Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FBehaviorTreeDelegates
Type
typedef TMulticastDelegate_TwoParams< void, const UBehaviorTreeComponent &, const UBehaviorTree & > FOnTreeStarted
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Public/BehaviorTreeDelegates.h |
| Include | #include "BehaviorTreeDelegates.h" |
Remarks
Delegate type for tree execution events (Params: const UBehaviorTreeComponent* OwnerComp, const UBehaviorTree* TreeAsset)