AppendChars

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

AppendChars

(
    const ANSICHAR* Str,
    int32 Count
)

Appends a character range without null-terminators in it

Public function

void

 

AppendChars

(
    const WIDECHAR* Str,
    int32 Count
)

Appends a character range without null-terminators in it

Public function

void

 

AppendChars

(
    const UCS2CHAR* Str,
    int32 Count
)

Appends a character range without null-terminators in it

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