Navigation
BlueprintAPI > BlueprintAPI/GameOptions
Find an option in the options string and return it as an integer.
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. |
| integer | Default Value |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Return Value | The value associated with Key as an integer if Key found in Options string, otherwise DefaultValue. |