TConsoleVariableData::GetValueOnAnyThread

Convenient, for better performance consider using [GetValueOnGameThread()](API\Runtime\Core\HAL\TConsoleVariableData\GetValueOnGameThread) or [GetValueOnRenderThread()](API\Runtime\Core\HAL\TConsoleVariableData\GetValueOnRenderThread)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h

Include

#include "HAL/IConsoleManager.h"

Syntax

T GetValueOnAnyThread
(
    bool bForceGameThread
) const

Remarks

Convenient, for better performance consider using GetValueOnGameThread() or GetValueOnRenderThread()

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