Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FTCHARToUTF8_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,
int32 SourceLen
&41;
Remarks
Determines the length of the converted string. The length of the string in UTF-8 code units.