TUTF16ToUTF32_Convert

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/StringConv.h"

Syntax

template<typename InFromType, typename InToType>
class TUTF16ToUTF32_Convert

Functions

Name Description

Public function Static

void

 

Convert

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

Converts the UTF-16 string to UTF-32.

Public function Static

int32

 

ConvertedLength

(
    const FromType* Source,
    const int32 SourceLen
)

Determines the length of the converted string.

Typedefs

Name

Description

FromType

ToType

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