UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBTCompositeChild Struct Reference

#include <BTCompositeNode.h>

Public Attributes

TObjectPtr< UBTCompositeNodeChildComposite = nullptr
 
TObjectPtr< UBTTaskNodeChildTask = nullptr
 
TArray< TObjectPtr< UBTDecorator > > Decorators
 
TArray< FBTDecoratorLogicDecoratorOps
 

Member Data Documentation

◆ ChildComposite

TObjectPtr<UBTCompositeNode> FBTCompositeChild::ChildComposite = nullptr

child node

◆ ChildTask

TObjectPtr<UBTTaskNode> FBTCompositeChild::ChildTask = nullptr

◆ DecoratorOps

TArray<FBTDecoratorLogic> FBTCompositeChild::DecoratorOps

logic operations for decorators

◆ Decorators

TArray<TObjectPtr<UBTDecorator> > FBTCompositeChild::Decorators

execution decorators


The documentation for this struct was generated from the following file: