UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TStringConvert< From, To > Class Template Reference

#include <StringConv.h>

Public Types

typedef From FromType
 
typedef To ToType
 

Static Public Member Functions

template<typename CharType >
static void Convert (To *Dest, int32 DestLen, const CharType *Source, int32 SourceLen)
 
template<typename CharType >
static int32 ConvertedLength (const CharType *Source, int32 SourceLen)
 

Member Typedef Documentation

◆ FromType

template<typename From , typename To >
typedef From TStringConvert< From, To >::FromType

◆ ToType

template<typename From , typename To >
typedef To TStringConvert< From, To >::ToType

Member Function Documentation

◆ Convert()

template<typename From , typename To >
template<typename CharType >
static void TStringConvert< From, To >::Convert ( To *  Dest,
int32  DestLen,
const CharType *  Source,
int32  SourceLen 
)
inlinestatic

◆ ConvertedLength()

template<typename From , typename To >
template<typename CharType >
static int32 TStringConvert< From, To >::ConvertedLength ( const CharType *  Source,
int32  SourceLen 
)
inlinestatic

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