Navigation
API > API/Runtime > API/Runtime/Core
| Name | FUTF8ToTCHAR_Convert |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
Syntax
class FUTF8ToTCHAR_Convert
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FromType | UTF8CHAR | Containers/StringConv.h | |
| LegacyFromType | ANSICHAR | Containers/StringConv.h | |
| ToType | TCHAR | Containers/StringConv.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Convert
(
ToType* Dest, |
Converts the UTF-8 string to UTF-16 or UTF-32. | Containers/StringConv.h | |
static void Convert
(
ToType* Dest, |
Containers/StringConv.h | ||
static int32 ConvertedLength
(
const SrcBufferType* Source, |
Determines the length of the converted string. | Containers/StringConv.h | |
static int32 ConvertedLength
(
const LegacyFromType* Source, |
Containers/StringConv.h |