TUTF32ToUTF16_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 TUTF32ToUTF16_Convert

Functions

Name Description

Public function Static

void

 

Convert

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

Converts the string to the desired format.

Public function Static

int32

 

ConvertedLength

(
    const FromType* Source,
    int32 SourceLen
)

Determines the length of the converted string.

Public function Static

int32

 

Utf16FromCodepoint

(
    uint32 Codepoint,
    BufferType OutputIterator,
    uint32 OutputIteratorNumRemaining
)

Convert Codepoint into UTF-16 characters.

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