![]() |
Ark Server API (ASA) - Wiki
|
#include <IConsoleManager.h>
Inheritance diagram for FAutoConsoleVariableRef:
Collaboration diagram for FAutoConsoleVariableRef: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, bool, FString REF variable class...this changes that value when the console variable is changed.
Definition at line 1259 of file IConsoleManager.h.
|
inline |
Create a reference to a int console variable
| Name | must not be 0 |
| Help | must not be 0 |
| Flags | bitmask combined from EConsoleVariableFlags |
Definition at line 1268 of file IConsoleManager.h.
Here is the call graph for this function:
|
inline |
Create a reference to a float console variable
| Name | must not be 0 |
| Help | must not be 0 |
| Flags | bitmask combined from EConsoleVariableFlags |
Definition at line 1278 of file IConsoleManager.h.
Here is the call graph for this function:
|
inline |
Create a reference to a bool console variable
| Name | must not be 0 |
| Help | must not be 0 |
| Flags | bitmask combined from EConsoleVariableFlags |
Definition at line 1288 of file IConsoleManager.h.
Here is the call graph for this function:
|
inline |
Create a reference to a FString console variable
| Name | must not be 0 |
| Help | must not be 0 |
| Flags | bitmask combined from EConsoleVariableFlags |
Definition at line 1298 of file IConsoleManager.h.
Here is the call graph for this function:
|
inline |
Create a reference to 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 1310 of file IConsoleManager.h.
Here is the call graph for this function:
|
inline |
Create a reference to 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 1323 of file IConsoleManager.h.
Here is the call graph for this function:
|
inline |
Create a reference to 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 1336 of file IConsoleManager.h.
Here is the call graph for this function:
|
inline |
Create a reference to a FString 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 1349 of file IConsoleManager.h.
Here is the call graph for this function:
|
inlinevirtual |
Definition at line 1355 of file IConsoleManager.h.
|
inline |
Dereference back to a variable
Definition at line 1359 of file IConsoleManager.h.
Here is the call graph for this function:
|
inline |
|
inline |
Dereference back to a variable
Definition at line 1368 of file IConsoleManager.h.
Here is the call graph for this function:
|
inline |