Navigation
BlueprintAPI > BlueprintAPI/Development
Evaluates, if it exists, whether the specified integer console variable has a non-zero value (true) or not (false).
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 | |
| boolean | Return Value | True if found and has a non-zero value, false otherwise. |