Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Actions > API/Runtime/AIModule/Actions/UDEPRECATED_PawnAction > API/Runtime/AIModule/Actions/UDEPRECATED_PawnAction/CreateActionInstance
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/Actions/PawnAction.h |
| Include | #include "Actions/PawnAction.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/Actions/PawnAction.cpp |
UFUNCTION (BlueprintCallable, Category="AI|PawnActions",
Meta=(WorldContext="WorldContextObject", 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."))
static UDEPRECATED_PawnAction * CreateActionInstance
(
UObject * WorldContextObject,
TSubclassOf < UDEPRECATED_PawnAction > ActionClass
)