UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FConsoleVariableConversionHelper< T > Class Template Reference

Public Member Functions

bool GetBool (bool Value)
 
int32 GetInt (bool Value)
 
float GetFloat (bool Value)
 
FString GetString (bool Value)
 
bool GetBool (int32 Value)
 
int32 GetInt (int32 Value)
 
float GetFloat (int32 Value)
 
FString GetString (int32 Value)
 
bool GetBool (float Value)
 
int32 GetInt (float Value)
 
float GetFloat (float Value)
 
FString GetString (float Value)
 
bool GetBool (FString Value)
 
int32 GetInt (FString Value)
 
float GetFloat (FString Value)
 
FString GetString (FString Value)
 

Static Public Member Functions

static bool GetBool (T Value)
 
static int32 GetInt (T Value)
 
static float GetFloat (T Value)
 
static FString GetString (T Value)
 

Member Function Documentation

◆ GetBool() [1/5]

◆ GetBool() [2/5]

◆ GetBool() [3/5]

bool FConsoleVariableConversionHelper< FString >::GetBool ( FString  Value)

◆ GetBool() [4/5]

◆ GetBool() [5/5]

template<class T >
static bool FConsoleVariableConversionHelper< T >::GetBool ( Value)
static

◆ GetFloat() [1/5]

◆ GetFloat() [2/5]

◆ GetFloat() [3/5]

float FConsoleVariableConversionHelper< FString >::GetFloat ( FString  Value)

◆ GetFloat() [4/5]

◆ GetFloat() [5/5]

template<class T >
static float FConsoleVariableConversionHelper< T >::GetFloat ( Value)
static

◆ GetInt() [1/5]

◆ GetInt() [2/5]

◆ GetInt() [3/5]

int32 FConsoleVariableConversionHelper< FString >::GetInt ( FString  Value)

◆ GetInt() [4/5]

◆ GetInt() [5/5]

template<class T >
static int32 FConsoleVariableConversionHelper< T >::GetInt ( Value)
static

◆ GetString() [1/5]

FString FConsoleVariableConversionHelper< bool >::GetString ( bool  Value)

◆ GetString() [2/5]

FString FConsoleVariableConversionHelper< float >::GetString ( float  Value)

◆ GetString() [3/5]

FString FConsoleVariableConversionHelper< FString >::GetString ( FString  Value)

◆ GetString() [4/5]

FString FConsoleVariableConversionHelper< int32 >::GetString ( int32  Value)

◆ GetString() [5/5]

template<class T >
static FString FConsoleVariableConversionHelper< T >::GetString ( Value)
static

The documentation for this class was generated from the following file: