Decorator Node

The Decorator nodes are used to modify or control the execution conditions and results of child nodes. They usually do not perform actions directly but instead restrict, delay, repeat, or alter the execution of child nodes. You can place them between Composite nodes and child nodes, and then set execution limits, invert success / failure results, or add conditional checks to modify or determine the execution results of child nodes based on specified conditions.

Right-click on the empty area of the Behavior Tree Graph, and select Decorator to show the node options.