Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include | #include "HAL/IConsoleManager.h" |
Syntax
class FAutoConsoleVariableSink
Remarks
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)
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FConsoleCommandDelegate & | Command | ||
| FConsoleVariableSinkHandle | Handle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAutoConsoleVariableSink
(
const FConsoleCommandDelegate& InCommand |
Constructor, saves the argument for future removal from the console variable system |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor, removes the console variable sink |