Smooth Transitions Between Animation Montages

God I hate animating.

Also, hello.

Anyway:

Above, you can see a simple blending out of one Montage to another.
However:

There is a snapping back to a reference position in the State Machine.

I’ve tried Notifies as well, but no matter what, when one Montage moves to the next, there is a frame of the State Machine’s current State.

In the video, you can see that the Default Slot is disabled for a frame. (In the circle.)

Okay, so I found that linking Montages isn’t always a clean process, but here’s how to get around it:

  1. Create an ANIM NOTIFY that will trigger BEFORE the BLEND OUT is fired. This is because the animation is considered INACTIVE during that blending phase, and once the phase is over, the Animation Blueprint will attempt to take over even if you technically have another Montage playing.

  2. OR (and this is less precise) you can place a DELAY that finished BEFORE the BLEND OUT is fired, that leads directly to the next Montage.


(Make sure you use the top output, because it fires immediately.)