Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/BehaviorTree > API/Runtime/AIModule/BehaviorTree/UBTCompositeNode
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTCompositeNode.h |
| Include | #include "BehaviorTree/BTCompositeNode.h" |
template<typename NotifyChildExecution , typename NotifyNodeActivation , typename NotifyNodeDeactivation , typename CanNotifyDecoratorsOnActivation , typename CanNotifyDecoratorsOnDeactivation , typename CanNotifyDecoratorsOnFailedActivation >
void InitNotifyFlags
(
NotifyChildExecution ,
NotifyNodeActivation ,
NotifyNodeDeactivation ,
CanNotifyDecoratorsOnActivation ,
CanNotifyDecoratorsOnDeactivation ,
CanNotifyDecoratorsOnFailedActivation
)