EvaluateDecorator

Decorator that evaluates whether to execute the node.

Common properties

Property name Type Description
Abort Flags AbortFlags Abort method flags.
Self
If the Decorator evaluation result becomes false while the self node is running, a failure is returned to the parent node.
Lower Priority
If the parent node is Selector, a node with a lower priority than the own node (its position in the graph is lower than the own node) is being executed. If the Decorator evaluation result becomes true, the running node is forcibly interrupted and the execution of the own node is interrupted.
Logical Condition LogicalCondition Evaluation settings using logical operations. If there are multiple EvaluateDecorators on the own node, perform a logical operation and obtain the result.