Navigation
API > API/Runtime > API/Runtime/Slate
| Name | FDefaultRichTextMarkupParser |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/RichTextMarkupProcessing.h |
| Include Path | #include "Framework/Text/RichTextMarkupProcessing.h" |
Syntax
class FDefaultRichTextMarkupParser : public IRichTextMarkupParser
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDefaultRichTextMarkupParser() |
Framework/Text/RichTextMarkupProcessing.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeRegexPattern | FRegexPattern | Framework/Text/RichTextMarkupProcessing.h | ||
| ElementRegexPattern | FRegexPattern | Framework/Text/RichTextMarkupProcessing.h | ||
| EscapeSequenceRegexPattern | FRegexPattern | Framework/Text/RichTextMarkupProcessing.h |
Functions
Public
Overridden from IRichTextMarkupParser
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Process
(
TArray< FTextLineParseResults >& Results, |
Processes the provided Input string producing a set of FTextLineParseResults and a output string stripped of any markup. | Framework/Text/RichTextMarkupProcessing.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FDefaultRichTextMarkupParser > Create() |
Framework/Text/RichTextMarkupProcessing.h | ||
static TSharedRef< FDefaultRichTextMarkupParser > GetStaticInstance() |
Framework/Text/RichTextMarkupProcessing.h |