IConsoleThreadPropagation

Interface to propagate changes of console variables to another thread

Windows
MacOS
Linux

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

Name Description

Public function

void

 

OnCVarChange

(
    int32& Dest,
    int32 NewValue
)

Public function

void

 

OnCVarChange

(
    float& Dest,
    float NewValue
)

Public function

void

 

OnCVarChange

(
    bool& Dest,
    bool NewValue
)

Public function

void

 

OnCVarChange

(
    FString& Dest,
    const FString& NewValue
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss