Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include | #include "Containers/StringConv.h" |
Syntax
template<typename InFromType, typename InToType>
class TUTF16ToUTF32_Convert
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Converts the UTF-16 string to UTF-32. | ||
| int32 | ConvertedLength
(
const SrcBufferType* Source, |
Determines the length of the converted string. |