Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h |
Include | #include "Misc/ExpressionParserTypes.h" |
Syntax
struct FOpParameters
Remarks
Struct for storing binary operator definition parameters
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
EAssociativity | Associativity | The associativity of the operator |
![]() |
bool | bCanShortCircuit | Whether this operator can be short circuited or not |
![]() |
int32 | Precedence | The precedence of the operator |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FOpParameters
(
int32 InPrecedence, |