#include <Text.h>
Definition at line 1203 of file Text.h.
◆ AppendLine() [1/4]
void FTextBuilder::AppendLine |
( |
| ) |
|
Append an empty line to the builder, indented by the running indentation of the builder.
◆ AppendLine() [2/4]
Append the given name line to the builder, indented by the running indentation of the builder.
◆ AppendLine() [3/4]
Append the given string line to the builder, indented by the running indentation of the builder.
◆ AppendLine() [4/4]
Append the given text line to the builder, indented by the running indentation of the builder.
◆ AppendLineFormat() [1/3]
Append the given formatted text line to the builder, indented by the running indentation of the builder.
◆ AppendLineFormat() [2/3]
Append the given formatted text line to the builder, indented by the running indentation of the builder.
◆ AppendLineFormat() [3/3]
template<typename... ArgTypes>
Append the given formatted text line to the builder, indented by the running indentation of the builder.
Definition at line 1250 of file Text.h.
◆ BuildAndAppendLine() [1/2]
void FTextBuilder::BuildAndAppendLine |
( |
FString && | Data | ) |
|
|
private |
◆ BuildAndAppendLine() [2/2]
void FTextBuilder::BuildAndAppendLine |
( |
FText && | Data | ) |
|
|
private |
◆ Clear()
void FTextBuilder::Clear |
( |
| ) |
|
Clear the builder and reset it to its default state.
◆ Indent()
void FTextBuilder::Indent |
( |
| ) |
|
Increase the running indentation of the builder.
◆ IsEmpty()
bool FTextBuilder::IsEmpty |
( |
| ) |
|
Check to see if the builder has any data.
◆ ToText()
FText FTextBuilder::ToText |
( |
| ) |
const |
Build the current set of input into a FText.
◆ Unindent()
void FTextBuilder::Unindent |
( |
| ) |
|
Decrease the running indentation of the builder.
◆ IndentCount
int32 FTextBuilder::IndentCount = 0 |
|
private |
◆ Lines
The documentation for this class was generated from the following file:
- C:/Users/lachl/Downloads/ArkServerAPI_NEW/ASA/AsaApi/AsaApi/Core/Public/API/UE/Internationalization/Text.h