FTCHARToUTF8_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 TCHAR * Source,
    int32 SourceLen
)

Remarks

Determines the length of the converted string.

Returns

The length of the string in UTF-8 code units.

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