EAssociativity

Enum specifying the associativity (order of execution) for binary operators

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h

Include

#include "Misc/ExpressionParserTypes.h"

Syntax

enum EAssociativity
{
    RightToLeft,
    LeftToRight,
}

Values

Name

Description

RightToLeft

LeftToRight

Remarks

Enum specifying the associativity (order of execution) for binary operators

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss