UKismetSystemLibrary::GetConsoleVariableFloatValue

Attempts to retrieve the value of the specified float console variable, if it exists.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h

Include

#include "Kismet/KismetSystemLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp

Syntax

static float GetConsoleVariableFloatValue
(
    const FString & VariableName
)

Remarks

Attempts to retrieve the value of the specified float console variable, if it exists.

Returns

The value if found, 0 otherwise.

Parameters

Parameter

Description

VariableName

Name of the console variable to find.

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