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?
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.