FTCHARToUTF8_Convert::Utf8FromCodepoint

Convert Codepoint into UTF-8 characters.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/StringConv.h"

Syntax

template<typename BufferType>
static int32 Utf8FromCodepoint
(
    uint32 Codepoint,
    BufferType OutputIterator,
    uint32 OutputIteratorByteSizeRemaining
)

Remarks

Convert Codepoint into UTF-8 characters.

Returns

Number of characters written for Codepoint

Parameters

Parameter

Description

Codepoint

Codepoint to expand into UTF-8 bytes

OutputIterator

Output iterator to write UTF-8 bytes into

OutputIteratorByteSizeRemaining

Maximum number of ANSI characters that can be written to OutputIterator

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