Ark Server API (ASA) - Wiki
|
#include <IConsoleManager.h>
Additional Inherited Members | |
Private Member Functions inherited from FAutoConsoleObject | |
virtual | ~FAutoConsoleObject () |
FORCEINLINE IConsoleVariable * | AsVariable () |
FORCEINLINE const IConsoleVariable * | AsVariable () const |
FAutoConsoleObject (IConsoleObject *InTarget) | |
Static Private Member Functions inherited from FAutoConsoleObject | |
static TArray< const FAutoConsoleObject * > & | AccessGeneralShaderChangeCvars () |
static TArray< const FAutoConsoleObject * > & | AccessMobileShaderChangeCvars () |
static TArray< const FAutoConsoleObject * > & | AccessDesktopShaderChangeCvars () |
Autoregistering float, int or string console variable
Definition at line 1122 of file IConsoleManager.h.
|
inline |
Create a bool console variable
Name | must not be 0 |
Help | must not be 0 |
Flags | bitmask combined from EConsoleVariableFlags |
Definition at line 1131 of file IConsoleManager.h.
|
inline |
Create a int console variable
Name | must not be 0 |
Help | must not be 0 |
Flags | bitmask combined from EConsoleVariableFlags |
Definition at line 1141 of file IConsoleManager.h.
|
inline |
Create a float console variable
Name | must not be 0 |
Help | must not be 0 |
Flags | bitmask combined from EConsoleVariableFlags |
Definition at line 1151 of file IConsoleManager.h.
|
inline |
Create a string console variable
Name | must not be 0 |
Help | must not be 0 |
Flags | bitmask combined from EConsoleVariableFlags |
Definition at line 1161 of file IConsoleManager.h.
|
inline |
Create a bool console variable
Name | must not be 0 |
Help | must not be 0 |
Callback | Delegate called when the variable changes. |
Flags | bitmask combined from EConsoleVariableFlags |
Definition at line 1173 of file IConsoleManager.h.
|
inline |
Create a int console variable
Name | must not be 0 |
Help | must not be 0 |
Callback | Delegate called when the variable changes. |
Flags | bitmask combined from EConsoleVariableFlags |
Definition at line 1186 of file IConsoleManager.h.
|
inline |
Create a float console variable
Name | must not be 0 |
Help | must not be 0 |
Callback | Delegate called when the variable changes. |
Flags | bitmask combined from EConsoleVariableFlags |
Definition at line 1199 of file IConsoleManager.h.
|
inline |
Create a string console variable
Name | must not be 0 |
Help | must not be 0 |
Callback | Delegate called when the variable changes. |
Flags | bitmask combined from EConsoleVariableFlags |
Definition at line 1212 of file IConsoleManager.h.
|
inline |
Dereference back to a console variable
Definition at line 1219 of file IConsoleManager.h.
|
inline |
|
inline |
Dereference back to a console variable
Definition at line 1228 of file IConsoleManager.h.
|
inline |