UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ISyntaxTokenizer::FToken Struct Reference

#include <SyntaxTokenizer.h>

Public Member Functions

 FToken (const ETokenType InType, const FTextRange &InRange)
 

Public Attributes

ETokenType Type
 
FTextRange Range
 

Detailed Description

A token referencing a range in the original text

Constructor & Destructor Documentation

◆ FToken()

ISyntaxTokenizer::FToken::FToken ( const ETokenType  InType,
const FTextRange InRange 
)
inline

Member Data Documentation

◆ Range

FTextRange ISyntaxTokenizer::FToken::Range

◆ Type

ETokenType ISyntaxTokenizer::FToken::Type

The documentation for this struct was generated from the following file: