I have an animation blueprint with different Idle/walk/run state machines for each weapon stance, and a blend poses by enum node for switching between them like this:
however, I wanted to play a transition animation when changing between states, such as a holster / draw animation.
What would be the best way to do this?
