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/RichTextMarkupProcessing.h |
| Include | #include "Framework/Text/RichTextMarkupProcessing.h" |
Syntax
class FDefaultRichTextMarkupWriter : public IRichTextMarkupWriter
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FDefaultRichTextMarkupWriter > | Create () |
||
| TSharedRef< FDefaultRichTextMarkupWriter > |
Overridden from IRichTextMarkupWriter
| 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 |