Navigation
API > API/Runtime > API/Runtime/Slate
| Name | ISyntaxTokenizer |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/SyntaxTokenizer.h |
| Include Path | #include "Framework/Text/SyntaxTokenizer.h" |
Syntax
class ISyntaxTokenizer
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISyntaxTokenizer() |
Framework/Text/SyntaxTokenizer.h |
Structs
| Name | Remarks |
|---|---|
| FToken | A token referencing a range in the original text |
| FTokenizedLine | A line containing a series of tokens |
Enums
Public
| Name | Remarks |
|---|---|
| ETokenType | Denotes the type of token |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Process
(
TArray< FTokenizedLine >& OutTokenizedLines, |
Framework/Text/SyntaxTokenizer.h |