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
struct IConsoleThreadPropagation
Remarks
Interface to propagate changes of console variables to another thread
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnCVarChange
(
int32& Dest, |
||
| void | OnCVarChange
(
float& Dest, |
||
| void | OnCVarChange
(
bool& Dest, |
||
| void | OnCVarChange
(
FString& Dest, |