Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text
Inheritance Hierarchy
- ITextLayoutMarshaller
- FBaseTextLayoutMarshaller
- FPlainTextLayoutMarshaller
- FSyntaxHighlighterTextLayoutMarshaller
- FRichTextSyntaxHighlighterTextLayoutMarshaller
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/SyntaxHighlighterTextLayoutMarshaller.h |
| Include | #include "Framework/Text/SyntaxHighlighterTextLayoutMarshaller.h" |
Syntax
class FRichTextSyntaxHighlighterTextLayoutMarshaller : public FSyntaxHighlighterTextLayoutMarshaller
Remarks
Get/set the raw text to/from a text layout, and also inject syntax highlighting for our rich-text markup
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSyntaxTextStyle | SyntaxTextStyle | Styles used to display the text |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRichTextSyntaxHighlighterTextLayoutMarshaller
(
TSharedPtr< ISyntaxTokenizer > InTokenizer, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FRichTextSyntaxHighlighterTextLayoutMarshaller > | Create
(
const FSyntaxTextStyle& InSyntaxTextStyle |
Overridden from FSyntaxHighlighterTextLayoutMarshaller
| Type | Name | Description | |
|---|---|---|---|
| void | ParseTokens
(
const FString& SourceString, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSyntaxTextStyle |