unreal.StateTreeConditionOperand
¶
- class unreal.StateTreeConditionOperand¶
Bases:
EnumBase
Operand between conditions
C++ Source:
Plugin: StateTree
Module: StateTreeModule
File: StateTreeTypes.h
- AND: StateTreeConditionOperand¶
Combine results with AND.
- Type:
1
- OR: StateTreeConditionOperand¶
Combine results with OR.
- Type:
2