UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::ConsoleManager::Private Namespace Reference

Classes

struct  FConsoleManagerLocaleScope
 

Functions

template<typename T >
void GetValueFromString (T &Value, const TCHAR *Buffer)
 
template<>
void GetValueFromString< float > (float &Value, const TCHAR *Buffer)
 

Variables

TMap< FName, TSet< IConsoleVariable * > * > TaggedCVars
 

Function Documentation

◆ GetValueFromString()

template<typename T >
void UE::ConsoleManager::Private::GetValueFromString ( T &  Value,
const TCHAR Buffer 
)

◆ GetValueFromString< float >()

template<>
void UE::ConsoleManager::Private::GetValueFromString< float > ( float Value,
const TCHAR Buffer 
)

Variable Documentation

◆ TaggedCVars

TMap<FName, TSet<IConsoleVariable*>*> UE::ConsoleManager::Private::TaggedCVars