unreal.StateTreeExpressionOperand

class unreal.StateTreeExpressionOperand

Bases: EnumBase

Operand in an expression

C++ Source:

  • Plugin: StateTree

  • Module: StateTreeModule

  • File: StateTreeTypes.h

AND: StateTreeExpressionOperand = Ellipsis

Combine results with AND for Condition, Min(a, b) for Consideration

Type:

1

MULTIPLY: StateTreeExpressionOperand = Ellipsis

Combine results with (a * b) for Consideration, not applicable for Condition

Type:

3

OR: StateTreeExpressionOperand = Ellipsis

Combine results with OR for Condition, Max(a, b) for Consideration

Type:

2