unreal.StateTreeConditionOperand¶
- class unreal.StateTreeConditionOperand¶
Bases:
EnumBasedeprecated: ‘StateTreeConditionOperand’ was renamed to ‘StateTreeExpressionOperand’.
- AND: StateTreeConditionOperand¶
Combine results with AND.
- Type:
1
- OR: StateTreeConditionOperand¶
Combine results with OR.
- Type:
2