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< TIsCharEncodingCompatibleWith_V< SrcBufferType, FromType >> &42;>
static int32 ConvertedLength
&40;
const SrcBufferType &42; Source,
const int32 SourceLen
&41;
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 |