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<< SrcBufferType, FromType >), int >>
static void Convert
(
ToType * Dest,
const int32 DestLen,
const SrcBufferType * Source,
const int32 SourceLen
)
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. |