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