UILogicOperator
Values
| Name | Description |
|---|---|
| UILogicOperator_None | Value: 0 |
| UILogicOperator_Equal | Value: 1 |
| UILogicOperator_GreaterThan | Value: 2 |
| UILogicOperator_GreaterThanOrEqual | Value: 3 |
| UILogicOperator_LessThan | Value: 4 |
| UILogicOperator_LessThanOrEqual | Value: 5 |
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)