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