How to play a subsequence in reverse?

Hello everyone,

I am creating a scene with many different animations. For that I am using Level sequences.
In a master sequence I am combining them using subsequences. But exactly here I am missing a feature:

Is there a way to tell a subsequence to play in reverse? Or do I really have to duplicate every level sequence and create the animations in both directions?

help me please…

Thank you :slight_smile:

Right click on the subsection and look at its properties. You should be able to set the TimeScale to -1.0 but you’ll also need to adjust the StartOffset to the duration of your subsequence.

thank you! :slight_smile:
It was the StartOffset I was missing…

Why does that not work anymore in 4.21?

looks like is not working anymore in UE 4.25. Any idea why?

well… just tested with UE 4.18 and it does not work either. what am i doing wrong?