Ark Server API (ASA) - Wiki
|
#include <IConsoleManager.h>
Private Attributes | |
TConsoleVariableData< T > * | Ref |
Additional Inherited Members | |
Static Public Member Functions inherited from FAutoConsoleObject | |
static TArray< const FAutoConsoleObject * > & | AccessGeneralShaderChangeCvars () |
static TArray< const FAutoConsoleObject * > & | AccessMobileShaderChangeCvars () |
static TArray< const FAutoConsoleObject * > & | AccessDesktopShaderChangeCvars () |
Protected Member Functions inherited from FAutoConsoleObject | |
FAutoConsoleObject (IConsoleObject *InTarget) | |
Autoregistering float, int variable class...this changes that value when the console variable is changed.
Definition at line 1491 of file IConsoleManager.h.
TAutoConsoleVariable< T >::TAutoConsoleVariable | ( | const TCHAR * | Name, |
const T & | DefaultValue, | ||
const TCHAR * | Help, | ||
uint32 | Flags = ECVF_Default ) |
Create a float, int or string console variable
Name | must not be 0 |
Help | must not be 0 |
Flags | bitmask combined from EConsoleVariableFlags |
|
inline |
Create a float, int or 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 1509 of file IConsoleManager.h.
|
inline |
Definition at line 1553 of file IConsoleManager.h.
|
inline |
Definition at line 1560 of file IConsoleManager.h.
|
inline |
Definition at line 1567 of file IConsoleManager.h.
|
inline |
Definition at line 1574 of file IConsoleManager.h.
|
inline |
Definition at line 1525 of file IConsoleManager.h.
|
inline |
Definition at line 1515 of file IConsoleManager.h.
|
inline |
Definition at line 1520 of file IConsoleManager.h.
|
inline |
Dereference back to a variable
Definition at line 1531 of file IConsoleManager.h.
|
inline |
Definition at line 1535 of file IConsoleManager.h.
|
inline |
Dereference back to a variable
Definition at line 1540 of file IConsoleManager.h.
|
inline |
Definition at line 1544 of file IConsoleManager.h.
|
private |
Definition at line 1549 of file IConsoleManager.h.