FUTF8ToTCHAR_Convert

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/StringConv.h"

Syntax

class FUTF8ToTCHAR_Convert

Functions

Name Description

Public function Static

void

 

Convert

(
    TCHAR* Dest,
    const int32 DestLen,
    const ANSICHAR* Source,
    const int32 SourceLen
)

Converts the UTF-8 string to UTF-16 or UTF-32.

Public function Static

int32

 

ConvertedLength

(
    const ANSICHAR* 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