FPawnActionStack::PopAction

Looks through the double-linked action list looking for specified action and if found action will be popped along with all it's siblings

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "Actions/PawnActionsComponent.h"

Source

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

Syntax

void PopAction
(
    UPawnAction & ActionToPop
)

Remarks

Looks through the double-linked action list looking for specified action and if found action will be popped along with all it's siblings

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