hi i’m trying to create my enemy AI using blueprints, so far the AI is going forward, my actual problem is when the enemy see the player i start playing the shot animation using a node called “Play Animation”, when i go far away from the enemy it return to a wander patrol but it stays playing the idle animation, the enemy is moving but with the idle animation, i tried already to force to play again the blend space 1D with the same node “play animation” and set the max speed for the one that triggers the walk animation in the blend space 1d for the enemy but i’m stuck there, no more walk or run animation after the enemy saw the player and play the shoot animation.
any ideas what i’m doing wrong or what i need to do to restore the play animation to the blend space 1d?
thanks Rama, i have created the montage animation and the function to call it into the animation blueprint, but i don’t know how to get a reference for the animation blueprint from the ai blueprint or the soldier blueprint, can you tell me ?