Behavior Tree (2. Decorator Nodes)
What Are Decorator Nodes in Unreal Engine?Can be attached to a Composite Node or task node as a gate keeperDefine if a branch/ Node can be executed base on certain conditions Execution Context: If a decorator's condition evaluates to true, the child node is allowed to execute. If false, the child node is skipped.Customization: Decorators can be either prebuilt (provided by Unreal Engine) or cust..
Unreal Engine
2025. 1. 13. 03:23