Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FUTF8ToTCHAR_Convert
Overloads
| 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 |
Convert(ToType , const int32, const SrcBufferType , const int32)
Description
Converts the UTF-8 string to UTF-16 or UTF-32.
| Name | Convert |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
template<typename SrcBufferType, std::enable_if_t<(TIsCharEncodingCompatibleWith_V< SrcBufferType, FromType >), int >>
static void Convert
(
ToType * Dest,
const int32 DestLen,
const SrcBufferType * Source,
const int32 SourceLen
)
Parameters
| Name | Remarks |
|---|---|
| Dest | The destination buffer of the converted string. |
| DestLen | The length of the destination buffer. |
| Source | The source string to convert. |
| SourceLen | The length of the source string. |
Convert(ToType , const int32, const LegacyFromType , const int32)
| Name | Convert |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
static void Convert
(
ToType * Dest,
const int32 DestLen,
const LegacyFromType * Source,
const int32 SourceLen
)