Set

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

Set

(
    const TCHAR* InValue,
    EConsoleVariableFlags SetBy
)

Set the internal value from the specified string.

Public function

void

 

Set

(
    bool InValue,
    EConsoleVariableFlags SetBy
)

Set the internal value from the specified bool.

Public function

void

 

Set

(
    int32 InValue,
    EConsoleVariableFlags SetBy
)

Set the internal value from the specified int.

Public function

void

 

Set

(
    float InValue,
    EConsoleVariableFlags SetBy
)

Set the internal value from the specified float.

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