Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Operand in an expression
| Name | EStateTreeExpressionOperand |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeTypes.h |
| Include Path | #include "StateTreeTypes.h" |
Syntax
enum EStateTreeExpressionOperand
{
Copy,
And,
Or,
}
Values
| Name | Remarks |
|---|---|
| Copy | Copy result |
| And | Combine results with AND. |
| Or | Combine results with OR. |