Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/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 |
UFUNCTION (BlueprintPure, Category="Utilities")
static bool HasLaunchOption
(
const FString & OptionToCheck
)
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