Unreal Engine Blueprint API Reference > Game Options
Find an option in the options string and return it.
Target is Gameplay Statics
Inputs
Type | Name | Description |
---|---|---|
string | Options | The string containing the options. |
string | Key | The key to find the value of in Options. |
Outputs
Type | Name | Description |
---|---|---|
string | Return Value | The value associated with Key if Key found in Options string. |