Navigation
API > API/Runtime > API/Runtime/Core
Enum specifying the associativity (order of execution) for binary operators
| Name | EAssociativity |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h |
| Include Path | #include "Misc/ExpressionParserTypes.h" |
Syntax
enum EAssociativity
{
RightToLeft,
LeftToRight,
}
Values
| Name | Remarks |
|---|---|
| RightToLeft | |
| LeftToRight |