Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TUTF32ToUTF16_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,
int32 DestLen,
const SrcBufferType &42; Source,
int32 SourceLen
&41;
Remarks
Converts the string to the desired format.
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. |