FTCHARToUTF8_Convert::Convert

Converts the string to the desired format.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/StringConv.h"

Syntax

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

Remarks

Converts the string to the desired format.

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