Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/BehaviorTree
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTCompositeNode.h |
| Include | #include "BehaviorTree/BTCompositeNode.h" |
Syntax
struct FBTCompositeChild
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UBTCompositeNode > | ChildComposite | Child node | |
| TObjectPtr< UBTTaskNode > | ChildTask | ||
| TArray< FBTDecoratorLogic > | DecoratorOps | Logic operations for decorators | |
| TArray< TObjectPtr< UBTDecorator > > | Decorators | Execution decorators |