Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UBTTask_BlueprintBase
Description
Entry point, task will stay active until FinishExecute is called. @Note that if both generic and AI event versions are implemented only the more suitable one will be called, meaning the AI version if called for AI, generic one otherwise
| Name | ReceiveExecute |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h |
| Include Path | #include "BehaviorTree/Tasks/BTTask_BlueprintBase.h" |
UFUNCTION (BlueprintImplementableEvent)
void ReceiveExecute
(
AActor * OwnerActor
)