Unreal Engine Blueprint API Reference > Development
Attempts to retrieve the value of the specified float 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 | |
real | Return Value | The value if found, 0 otherwise. |