![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ExpressionParserTypes.h>
Inheritance diagram for TCompiledToken< CharType >:Public Types | |
| enum | EType { Operand , PreUnaryOperator , PostUnaryOperator , BinaryOperator , ShortCircuit , Benign } |
Public Member Functions | |
| TCompiledToken (EType InType, TExpressionToken< CharType > InToken, TOptional< int32 > InShortCircuitIndex=TOptional< int32 >()) | |
Public Member Functions inherited from TExpressionToken< CharType > | |
| TExpressionToken (const TStringToken< CharType > &InContext, FExpressionNode InNode) | |
Public Attributes | |
| EType | Type |
| TOptional< int32 > | ShortCircuitIndex |
Public Attributes inherited from TExpressionToken< CharType > | |
| FExpressionNode | Node |
| TStringToken< CharType > | Context |
A compiled token, holding the token itself, and any compiler information required to evaluate it
| enum TCompiledToken::EType |
|
inlineexplicit |
| TOptional<int32> TCompiledToken< CharType >::ShortCircuitIndex |
| EType TCompiledToken< CharType >::Type |