Making animation sequence from animation montage?

Hi, I’m starting out with the Animation part of Unreal Engine 4. I want to combine two animations into a single one. But unlike in Blend spaces, I do not want to combine them using an input variable. I just want them to play back to back. So I created an animation montage by combining the two animations. However I’m not able to use it inside the animation blueprint like normal animation sequences. Is there a way I can convert the animation montage into a single animation sequence?

1 Like

You should use AnimationComposite for that.

1 Like