Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UGameplayStatics
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h |
Include | #include "Kismet/GameplayStatics.h" |
Source | /Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp |
static bool HasLaunchOption
&40;
const FString & OptionToCheck
&41;
Remarks
Checks the commandline to see if the desired option was specified on the commandline (e.g. -demobuild) True if the launch option was specified on the commandline, false otherwise