Navigation
API > API/Runtime > API/Runtime/Slate
| Name | IRichTextMarkupWriter |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/IRichTextMarkupWriter.h |
| Include Path | #include "Framework/Text/IRichTextMarkupWriter.h" |
Syntax
class IRichTextMarkupWriter
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IRichTextMarkupWriter() |
Virtual destructor | Framework/Text/IRichTextMarkupWriter.h |
Structs
| Name | Remarks |
|---|---|
| FRichTextLine | A single line in a rich-text document, comprising of a number of styled runs |
| FRichTextRun | A single run in a rich-text line, contains the meta-information that was parsed out of it, as well as the lexical contents of the run |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Write
(
const TArray< FRichTextLine >& InLines, |
Write the provided array of line and run info, producing an output string containing the markup needed to persist the run layouts | Framework/Text/IRichTextMarkupWriter.h |