Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TUTF16ToUTF32_Convert
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include | #include "Containers/StringConv.h" |
template<typename SrcBufferType, std::enable_if_t< TIsCharEncodingCompatibleWith_V< SrcBufferType, FromType >> &42;>
static void Convert
&40;
ToType &42; Dest,
const int32 DestLen,
const SrcBufferType &42; Source,
const int32 SourceLen
&41;
Remarks
Converts the UTF-16 string to UTF-32.
Parameters
| Name | Description |
|---|---|
| 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. |