How to add different animations

So i wanted to know how i could add different reload animations while crouched, prone and idle. It gives me the same reload anim for all 3. How do i make it so all 3 have different reload animations. Thx, cheers

An easy way is to put a Switch on Int node in the state where you have your reload animation. Then you can create a int variable ReloadAnimNum and attach that to the node. Add pins for each of your reload animation and update the int from event graph to pick which reload animation you want next time.

A better way would be to do the above with Enums.