![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IConsoleManager.h>
Inheritance diagram for IConsoleThreadPropagation:Public Member Functions | |
| virtual void | OnCVarChange (int32 &Dest, int32 NewValue)=0 |
| virtual void | OnCVarChange (float &Dest, float NewValue)=0 |
| virtual void | OnCVarChange (bool &Dest, bool NewValue)=0 |
| virtual void | OnCVarChange (FString &Dest, const FString &NewValue)=0 |
| virtual void | OnCVarChange (FName &Dest, const FName &NewValue)=0 |
Interface to propagate changes of console variables to another thread
Implemented in FConsoleRenderThreadPropagation.
Implemented in FConsoleRenderThreadPropagation.
|
pure virtual |
Implemented in FConsoleRenderThreadPropagation.
|
pure virtual |
Implemented in FConsoleRenderThreadPropagation.
Implemented in FConsoleRenderThreadPropagation.