Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTextBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendLine () |
Append an empty line to the builder, indented by the running indentation of the builder. | Internationalization/Text.h | |
void AppendLine
(
const FText& Text |
Append the given text line to the builder, indented by the running indentation of the builder. | Internationalization/Text.h | |
void AppendLine
(
const FString& String |
Append the given string line to the builder, indented by the running indentation of the builder. | Internationalization/Text.h | |
void AppendLine
(
const FName& Name |
Append the given name line to the builder, indented by the running indentation of the builder. | Internationalization/Text.h |
AppendLine()
Description
Append an empty line to the builder, indented by the running indentation of the builder.
| Name | AppendLine |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include Path | #include "Internationalization/Text.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp |
void AppendLine()
AppendLine(const FText &)
Description
Append the given text line to the builder, indented by the running indentation of the builder.
| Name | AppendLine |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include Path | #include "Internationalization/Text.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp |
void AppendLine
(
const FText & Text
)
AppendLine(const FString &)
Description
Append the given string line to the builder, indented by the running indentation of the builder.
| Name | AppendLine |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include Path | #include "Internationalization/Text.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp |
void AppendLine
(
const FString & String
)
AppendLine(const FName &)
Description
Append the given name line to the builder, indented by the running indentation of the builder.
| Name | AppendLine |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include Path | #include "Internationalization/Text.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp |
void AppendLine
(
const FName & Name
)