Choose your operating system:
Windows
macOS
Linux
| IConsoleObject
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
Include |
#include "HAL/IConsoleManager.h" |
class IConsoleObject
Interface for console objects (variables and commands)
Name | Description | |
---|---|---|
|
IConsoleObject() |
Name | Description | |
---|---|---|
|
~IConsoleObject() |
Name | Description | ||
---|---|---|---|
|
IConsoleComm... |
AsCommand() |
Casts this object to an IConsoleCommand, verifying first that it is safe to do so |
|
IConsoleVari... |
AsVariable() |
Casts this object to an IConsoleVariable, returns 0 if it's not |
|
TConsoleVari... |
AsVariableBool() |
|
|
TConsoleVari... |
AsVariableFloat() |
|
|
TConsoleVari... |
AsVariableInt() |
|
|
TConsoleVari... |
AsVariableString() |
|
|
ClearFlags ( |
Removes the specified flags in the internal state. |
|
|
EConsoleVari... |
GetFlags() |
Get the internal state of the flags. |
|
const TCHAR ... |
GetHelp() |
|
|
IsVariableBool() |
||
|
IsVariableFloat() |
||
|
IsVariableInt() |
||
|
IsVariableString() |
||
|
SetFlags ( |
Sets the internal flag state to the specified value. |
|
|
SetHelp ( |
||
|
TestFlags ( |
Test is any of the specified flags is set in the internal state. |