Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FUTF8ToTCHAR_Convert
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 ConvertedLength
(
const SrcBufferType* Source, |
Determines the length of the converted string. | Containers/StringConv.h | |
static int32 ConvertedLength
(
const LegacyFromType* Source, |
Containers/StringConv.h |
ConvertedLength(const SrcBufferType *, const int32)
Description
Determines the length of the converted string.
| Name | ConvertedLength |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
template<typename SrcBufferType, std::enable_if_t<(TIsCharEncodingCompatibleWith_V< SrcBufferType, FromType >), int >>
static int32 ConvertedLength
(
const SrcBufferType * Source,
const int32 SourceLen
)
The length of the string in UTF-16 or UTF-32 characters.
Parameters
| Name | Remarks |
|---|---|
| Source | string to read and determine amount of TCHARs to represent |
| SourceLen | Length of source string; we will not read past this amount, even if the characters tell us to |
ConvertedLength(const LegacyFromType *, const int32)
| Name | ConvertedLength |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
static int32 ConvertedLength
(
const LegacyFromType * Source,
const int32 SourceLen
)