Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FCompiledToken
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h |
Include | #include "Misc/ExpressionParserTypes.h" |
Syntax
enum EType
&123;
Operand,
PreUnaryOperator,
PostUnaryOperator,
BinaryOperator,
ShortCircuit,
Benign,
&125;
Values
Name | Description |
---|---|
Operand | |
PreUnaryOperator | |
PostUnaryOperator | |
BinaryOperator | |
ShortCircuit | |
Benign |
Remarks
Todo: add callable types here?