TUTF16ToUTF32_Convert::Convert

Converts the UTF-16 string to UTF-32.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/StringConv.h"

Syntax

static void Convert
(
    ToType * Dest,
    const int32 DestLen,
    const FromType * Source,
    const int32 SourceLen
)

Remarks

Converts the UTF-16 string to UTF-32.

Parameters

Parameter

Description

Dest

The destination buffer of the converted string.

DestLen

The length of the destination buffer.

Source

The source string to convert.

SourceLen

The length of the source string.

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