Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization > API/Runtime/Core/Internationalization/FTextBuilder
Type | Name | Description | |
---|---|---|---|
![]() |
void | AppendLine () |
Append an empty line to the builder, indented by the running indentation of the builder. |
![]() |
void | AppendLine
(
const FText& Text |
Append the given text line to the builder, indented by the running indentation of the builder. |
![]() |
void | AppendLine
(
const FString& String |
Append the given string line to the builder, indented by the running indentation of the builder. |
![]() |
void | AppendLine
(
const FName& Name |
Append the given name line to the builder, indented by the running indentation of the builder. |