GetConsolidatedCVarValue

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

bool

 

GetConsolidatedCVarValue

(
    const TCHAR* CVarName,
    FString& OutString,
    bool bCheckDefaults
)

Get the string value of a CVar that is held in this device profile, or in any parent device profile.

Public function Const

bool

 

GetConsolidatedCVarValue

(
    const TCHAR* CVarName,
    int32& OutValue,
    bool bCheckDefaults
)

Get the int32 value of a CVar that is held in this device profile, or in any parent device profile.

Public function Const

bool

 

GetConsolidatedCVarValue

(
    const TCHAR* CVarName,
    float& OutValue,
    bool bCheckDefaults
)

Get the float value of a CVar that is held in this device profile, or in any parent device profile.

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