TUTF16ToUTF32_Convert::ConvertedLength

Determines the length of the converted string.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/StringConv.h

Include

#include "Containers/StringConv.h"

Syntax

static int32 ConvertedLength
(
    const FromType * Source,
    const int32 SourceLen
)

Remarks

Determines the length of the converted string.

Returns

The length of the string in UTF-32 characters.

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss