UPawnAction_Wait::PerformAbort

Performs actual work on aborting Action. Should be called exclusively by Abort function

Windows
MacOS
Linux

Override Hierarchy

UPawnAction::PerformAbort()

UPawnAction_Wait::PerformAbort()

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Actions/PawnAction_Wait.h

Include

#include "Actions/PawnAction_Wait.h"

Source

/Engine/Source/Runtime/AIModule/Private/Actions/PawnAction_Wait.cpp

Syntax

virtual EPawnActionAbortState::Type PerformAbort
(
    EAIForceParam::Type ShouldForce
)

Remarks

Performs actual work on aborting Action. Should be called exclusively by Abort function

Returns

only valid return values here are LatendAbortInProgress and AbortDone

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