Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IConsoleManager
Description
The sinks are only called if a change has been done since the last time Should be called in very few points:
- after ini file loading
- after user console input
- user initiated a console variable change (it needs to be clear to user that a cvar can change e.g. game options menu)
- beginning of Tick (to catch stray Set() calls, which are usually bad)
| Name | CallAllConsoleVariableSinks |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
void CallAllConsoleVariableSinks()