Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UAnimInstance
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h |
| Include | #include "Animation/AnimInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimInstance.cpp |
UFUNCTION (BlueprintCallable, Category="Animation", BlueprintAuthorityOnly,
Meta=(DeprecatedFunction, DeprecationMessage="Use UnlockAIResourcesWithAnimation instead"))
void UnlockAIResources
(
bool bUnlockMovement,
bool UnlockAILogic
)
Remarks
Unlocks indicated AI resources of animated pawn. Will unlock only animation-locked resources. DEPRECATED. Use UnlockAIResourcesWithAnimation instead