unreal.StateTreeExpressionOperand

class unreal.StateTreeExpressionOperand

Bases: EnumBase

Operand in an expression

C++ Source:

  • Plugin: StateTree

  • Module: StateTreeModule

  • File: StateTreeTypes.h

AND: StateTreeExpressionOperand

Combine results with AND.

Type:

1

OR: StateTreeExpressionOperand

Combine results with OR.

Type:

2