![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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) |
| typedef From TStringConvert< From, To >::FromType |
| typedef To TStringConvert< From, To >::ToType |
|
inlinestatic |
|
inlinestatic |