UBTTask_PawnActionBase::OnActionLost

Called when action is removed from stack (FinishedAborting) by some external event default behavior: finish task as failed

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PawnActionBase.h

Include

#include "BehaviorTree/Tasks/BTTask_PawnActionBase.h"

Source

/Engine/Source/Runtime/AIModule/Private/BehaviorTree/Tasks/BTTask_PawnActionBase.cpp

Syntax

virtual void OnActionLost
(
    UPawnAction & Action
)

Remarks

Called when action is removed from stack (FinishedAborting) by some external event default behavior: finish task as failed

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss