Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/IRichTextMarkupWriter
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
| Name | FRichTextRun |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/IRichTextMarkupWriter.h |
| Include Path | #include "Framework/Text/IRichTextMarkupWriter.h" |
Syntax
struct FRichTextRun
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRichTextRun
(
const FRunInfo& InInfo, |
Framework/Text/IRichTextMarkupWriter.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Info | FRunInfo | Framework/Text/IRichTextMarkupWriter.h | ||
| Text | FString | Framework/Text/IRichTextMarkupWriter.h |