![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ExpressionParserTypes.h>
Public Member Functions | |
| FOpParameters (int32 InPrecedence, EAssociativity InAssociativity, bool bInCanShortCircuit) | |
Public Attributes | |
| int32 | Precedence |
| EAssociativity | Associativity |
| bool | bCanShortCircuit |
Struct for storing binary operator definition parameters
|
inline |
| EAssociativity FOpParameters::Associativity |
The associativity of the operator
| bool FOpParameters::bCanShortCircuit |
Whether this operator can be short circuited or not
| int32 FOpParameters::Precedence |
The precedence of the operator