How to programmatically move the playhead backwards in an level sequence

Let’s say I have a sequence that has been paused. Can I, for example, play it backward from where it is for 30 frames? Thank you!

Hey there @wasserful! I don’t often work with level sequences myself, but I know you can reverse the playback like in this thread:

Instead of frames you’d likely need a timer in seconds, but would that work in your instance?

Thank you! Seconds is fine