|
Open 3D Engine ExpressionEvaluation Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Public Types | |
| enum | OperatorAssociativity { Left, Right } |
Public Member Functions | |
| AZ_TYPE_INFO (ElementInformation,"{50C64349-5534-453F-8831-D6C125B4FB2C}") | |
Public Attributes | |
| bool | m_allowOnOperatorStack = true |
| int | m_id = -1 |
| int | m_priority = 0 |
| OperatorAssociativity | m_associativity = OperatorAssociativity::Left |
| AZStd::any | m_extraStore |