![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SyntaxTokenizer.h>
Public Member Functions | |
| FToken (const ETokenType InType, const FTextRange &InRange) | |
Public Attributes | |
| ETokenType | Type |
| FTextRange | Range |
A token referencing a range in the original text
|
inline |
| FTextRange ISyntaxTokenizer::FToken::Range |
| ETokenType ISyntaxTokenizer::FToken::Type |