Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text
Inheritance Hierarchy
- IRichTextMarkupParser
- FDefaultRichTextMarkupParser
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/RichTextMarkupProcessing.h |
| Include | #include "Framework/Text/RichTextMarkupProcessing.h" |
Syntax
class FDefaultRichTextMarkupParser : public IRichTextMarkupParser
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FDefaultRichTextMarkupParser > | Create () |
||
| TSharedRef< FDefaultRichTextMarkupParser > |
Overridden from IRichTextMarkupParser
| Type | Name | Description | |
|---|---|---|---|
| void | Process
(
TArray< FTextLineParseResults >& Results, |
Processes the provided Input string producing a set of FTextLineParseResults and a output string stripped of any markup. |