Navigation
API > API/Runtime > API/Runtime/Core
Interface to propagate changes of console variables to another thread
| Name | IConsoleThreadPropagation |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
Syntax
struct IConsoleThreadPropagation
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnCVarChange
(
int32& Dest, |
HAL/IConsoleManager.h | ||
void OnCVarChange
(
float& Dest, |
HAL/IConsoleManager.h | ||
void OnCVarChange
(
bool& Dest, |
HAL/IConsoleManager.h | ||
void OnCVarChange
(
FString& Dest, |
HAL/IConsoleManager.h | ||
void OnCVarChange
(
FName& Dest, |
HAL/IConsoleManager.h |