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 FString ParseOption
&40;
FString Options,
const FString & Key
&41;
Remarks
Find an option in the options string and return it. The value associated with Key if Key found in Options string.
Parameters
Name | Description |
---|---|
Options | The string containing the options. |
Key | The key to find the value of in Options. |