Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text > API/Runtime/Slate/Framework/Text/ISyntaxTokenizer
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/SyntaxTokenizer.h |
| Include | #include "Framework/Text/SyntaxTokenizer.h" |
Syntax
struct FToken
Remarks
A token referencing a range in the original text
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTextRange | Range | ||
| ETokenType | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FToken
(
const ETokenType InType, |