operator+=

Overload list

Windows
MacOS
Linux
Name Description

Public function

FString &

 

operator+=

(
    StrType&& Str
)

Append a string and return a reference to this

Public function

FString &

 

operator+=

(
    ANSICHAR Char
)

Append a single character and return a reference to this

Public function

FString &

 

operator+=

(
    WIDECHAR Char
)

Public function

FString &

 

operator+=

(
    UCS2CHAR Char
)

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