Unreal Engine Blueprint API Reference > Utilities
Checks the commandline to see if the desired option was specified on the commandline (e.g. -demobuild)
Target is Gameplay Statics
Inputs
Type | Name | Description |
---|---|---|
string | Option to Check |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | True if the launch option was specified on the commandline, false otherwise |