AI character run anim not playing

Hi. Using 4.26. I have an ai character that i made which works perfect,i Duplicated it in the content browser in order to work on new ai. I then, placed it in my level, and its run anim isnt playing as it moves. Im using ai move to in the blueprint.

So i made a new ai from scratch, and same thing happens…
Any ideas?

Are you doing any explicit casts to the AI character class in the anim bp to get values? Because if so, when you duplicated the character, the animation blueprint can no longer cast the owning pawn to that class, since duplicate creates a new class.

2 Likes

Perfect, thanks for the answer.
I will make a new anim bp.