unreal.StateTreeConditionOperand

class unreal.StateTreeConditionOperand

Bases: EnumBase

deprecated: ‘StateTreeConditionOperand’ was renamed to ‘StateTreeExpressionOperand’.

AND: StateTreeConditionOperand = Ellipsis

Combine results with AND.

Type:

1

OR: StateTreeConditionOperand = Ellipsis

Combine results with OR.

Type:

2