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 int32 ConvertedLength
(
const SrcBufferType * Source,
const int32 SourceLen
)
Remarks
Determines the length of the converted string. The length of the string in UTF-32 characters.
Parameters
| Name | Description |
|---|---|
| Source | string to read and determine amount of ToType chars to represent |
| SourceLen | Length of source string; we will not read past this amount, even if the characters tell us to |