unreal.StateTreeExpressionOperand¶
- class unreal.StateTreeExpressionOperand¶
Bases:
EnumBaseOperand 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