Ark Server API (ASA) - Wiki
|
#include <IConsoleManager.h>
Public Member Functions | |
FAutoConsoleVariableSink (const FConsoleCommandDelegate &InCommand) | |
virtual | ~FAutoConsoleVariableSink () |
Public Attributes | |
const FConsoleCommandDelegate & | Command |
FConsoleVariableSinkHandle | Handle |
auto registering console variable sinks (register a callback function that is called when ever a cvar is changes by the user, changes are grouped and happen in specific engine spots during the frame/main loop)
Definition at line 1045 of file IConsoleManager.h.
|
inline |
Constructor, saves the argument for future removal from the console variable system
Definition at line 1049 of file IConsoleManager.h.
|
inlinevirtual |
Destructor, removes the console variable sink
Definition at line 1055 of file IConsoleManager.h.
const FConsoleCommandDelegate& FAutoConsoleVariableSink::Command |
Definition at line 1060 of file IConsoleManager.h.
FConsoleVariableSinkHandle FAutoConsoleVariableSink::Handle |
Definition at line 1061 of file IConsoleManager.h.