Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Text
Inheritance Hierarchy
- ITextLayoutMarshaller
- FBaseTextLayoutMarshaller
- FPlainTextLayoutMarshaller
- FSyntaxHighlighterTextLayoutMarshaller
- FHLSLSyntaxHighlighterMarshaller
- FNiagaraHLSLSyntaxHighlighter
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Text/HLSLSyntaxHighlighterMarshaller.h |
| Include | #include "Text/HLSLSyntaxHighlighterMarshaller.h" |
Syntax
class FHLSLSyntaxHighlighterMarshaller : public FSyntaxHighlighterTextLayoutMarshaller
Remarks
Syntax highlighting for hlsl text
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSyntaxTextStyle | SyntaxTextStyle | Styles used to display the text |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FHLSLSyntaxHighlighterMarshaller
(
TSharedPtr< ISyntaxTokenizer > InTokenizer, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FHLSLSyntaxHighlighterMarshaller > | Create
(
const FSyntaxTextStyle& InSyntaxTextStyle |
||
| TSharedPtr< ISyntaxTokenizer > | |||
| FTextLayout::FNewLineData | ProcessTokenizedLine
(
const ISyntaxTokenizer::FTokenizedLine& TokenizedLine, |
Overridden from FSyntaxHighlighterTextLayoutMarshaller
| Type | Name | Description | |
|---|---|---|---|
| void | ParseTokens
(
const FString& SourceString, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSyntaxTextStyle |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EParseState |