AppendLine

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

AppendLine()

Append an empty line to the builder, indented by the running indentation of the builder.

Public function

void

 

AppendLine

(
    const FText& Text
)

Append the given text line to the builder, indented by the running indentation of the builder.

Public function

void

 

AppendLine

(
    const FString& String
)

Append the given string line to the builder, indented by the running indentation of the builder.

Public function

void

 

AppendLine

(
    const FName& Name
)

Append the given name line to the builder, indented by the running indentation of the builder.

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