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

#include <UnrealString.h>

Static Public Member Functions

template<typename StringType = FString>
static StringType ToString (const T &Value)
 
template<typename StringType = FString>
static StringType ToSanitizedString (const T &Value)
 

Detailed Description

template<typename T>
struct TTypeToString< T >

Shorthand legacy use for Lex functions

Member Function Documentation

◆ ToSanitizedString()

template<typename T >
template<typename StringType = FString>
static StringType TTypeToString< T >::ToSanitizedString ( const T &  Value)
inlinestatic

◆ ToString()

template<typename T >
template<typename StringType = FString>
static StringType TTypeToString< T >::ToString ( const T &  Value)
inlinestatic

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