![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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)
|
inline |
Constructor, saves the argument for future removal from the console variable system
|
inlinevirtual |
Destructor, removes the console variable sink
| const FConsoleCommandDelegate& FAutoConsoleVariableSink::Command |
| FConsoleVariableSinkHandle FAutoConsoleVariableSink::Handle |