Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text
Inheritance Hierarchy
- IRichTextMarkupWriter
- FDefaultRichTextMarkupWriter
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/IRichTextMarkupWriter.h |
| Include | #include "Framework/Text/IRichTextMarkupWriter.h" |
Syntax
class IRichTextMarkupWriter
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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 |
Classes
| Type | Name | Description | |
|---|---|---|---|
| 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 |