IConsoleManager::FindTConsoleVariableDataInt

Find a typed console variable (faster access to the value, no virtual function call)

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "HAL/IConsoleManager.h"

Syntax

TConsoleVariableData< int32 > * FindTConsoleVariableDataInt
(
    const TCHAR * Name
) const

Remarks

Find a typed console variable (faster access to the value, no virtual function call)

Returns

0 if the object wasn't found

Parameters

Parameter

Description

Name

must not be 0

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