We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UE4Editor <your uproject> -run=Javascript commandlet.js params
commandlet.js
"use strict" let log = JavascriptLibrary.CreateLogCategory("JS", 'Log') log.Log('Log','Test') console.log("Hello commandlet", Root.CmdLineTokens, Root.CmdLineSwitches)