How to play animations without stopping the usual walking animation?

Hello!
I have a question about how to play an animation, say a reload animation, and then stop it and have it go back to the usual walking animation?
Thanks!

Have you watched the animation videos by Epic on Youtube? I’m assuming you want to blend the reload animation with the walk animation “while” the reload animation is playing, right?

These videos will fluently, in my opinion, explain how this can be done.

Start with 18 and continue to 20.

If you already know how to play your animation and all, you can go right to 20 which will explain the Slot Nodes. Slot Nodes are what will allow you to blend the animations.

I had actually not watched those tutorials, thanks for pointing those out!

I am trying to make it so that after playing the animations, it goes back to the normal run animation or idle animation Etc.

You should try this GitHub - tomlooman/EpicSurvivalGame: Third-person Survival Game for Unreal Engine 4 (Sample Project)

It will help you a lot