Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionTypes.h |
| Include | #include "StateTreeExecutionTypes.h" |
Syntax
enum EStateTreeConditionEvaluationMode
{
Evaluated,
ForcedTrue,
ForcedFalse,
}
Values
| Name | Description |
|---|---|
| Evaluated | Condition is evaluated to set the result. This is the normal behavior. |
| ForcedTrue | Do not evaluate the condition and force result to 'true'. |
| ForcedFalse | Do not evaluate the condition and force result to 'false'. |
Remarks
Defines how to assign the result of a condition to evaluate.