Struct FLaunchableScript
- struct FLaunchableScript
-
A struct to hold the configuration of a launchable script.
Public Functions
- FLaunchableScript()
-
Construct a launchable script with no arguments or URL.
Will fail to launch unless ScriptURL is set
- FLaunchableScript(FString ScriptURL)
-
Construct a launchable script with a file URL.
- Parameters:
-
ScriptURL – [in] The URL of the script to launch
- FLaunchableScript(FString ScriptURL, FString Args)
-
Construct a launchable script with a file URL and arguments.
- Parameters:
-
-
ScriptURL – [in] The URL of the script to launch
-
Args – [in] The arguments to pass to the script
-