Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text
Inheritance Hierarchy
- ISyntaxTokenizer
- FSyntaxTokenizer
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/SyntaxTokenizer.h |
| Include | #include "Framework/Text/SyntaxTokenizer.h" |
Syntax
class ISyntaxTokenizer
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Process
(
TArray< FTokenizedLine >& OutTokenizedLines, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FToken | A token referencing a range in the original text | ||
| FTokenizedLine | A line containing a series of tokens |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ETokenType | Denotes the type of token |