Navigation
API > API/Runtime > API/Runtime/Core
| Name | TUTF32ToUTF16_Convert |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
Syntax
template<typename InFromType, typename InToType>
class TUTF32ToUTF16_Convert
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FromType | InFromType | Containers/StringConv.h | |
| ToType | InToType | Containers/StringConv.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Convert
(
ToType* Dest, |
Converts the string to the desired format. | Containers/StringConv.h | |
static void Convert_Impl
(
DestBufferType& Dest, |
Containers/StringConv.h | ||
static int32 ConvertedLength
(
const SrcBufferType* Source, |
Determines the length of the converted string. | Containers/StringConv.h | |
static int32 Utf16FromCodepoint
(
uint32 Codepoint, |
Convert Codepoint into UTF-16 characters. | Containers/StringConv.h | |
static bool WriteCodepointToBuffer
(
const uint32 Codepoint, |
Containers/StringConv.h |