You gotta add a notify to your anim montage to make the transition smooth though. Also make sure you got the default slot connected to your main out pose in the anim graph of your animation blueprint.
(the value 10 you see there as the starting position on the second play montage node is the total frame count in my example animation btw)
In that case, you can duplicate your existing animation, set the play rate in one of them to -1, and combine them in an animation composite
I hope I managed to explain everything clearly, but sorry if this answer doesn’t suffice, I just got off my PC so can’t send a video or screenshots showcasing the implementation.
Or you can do that in a 3D editor like Blender and import the combined animation.
wow.thank you.this really helped a lot.I can edit a lot animations.
previously I just used a single pose to represent an idle because of I didn’t know how to combine animations.