Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Actions > API/Runtime/AIModule/Actions/UDEPRECATED_PawnActionsComponent
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 |
UFUNCTION (BlueprintCallable, Category=PawnAction,
Meta=(DisplayName="PushAction_DEPRECATED", ScriptName="PushAction", DeprecatedFunction, DeprecationMessage="PawnActions have been deprecated and are no longer being supported. It will get removed in following UE5 releases. Use GameplayTasks or AITasks instead."))
bool K2_PushAction
(
UDEPRECATED_PawnAction * NewAction,
EAIRequestPriority::Type Priority,
UObject * Instigator
)