Navigation
BlueprintAPI > BlueprintAPI/Development
Attempts to retrieve the value of the specified string console variable, if it exists.
Target is Kismet System Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| string | Variable Name | Name of the console variable to find. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| string | Return Value | The value if found, empty string otherwise. |