Start sequencer from a specified frame in gameplay

My level blueprint will start sequencer animation when gameplay starts. It always starts from 0. However, i want it to start from say, frame 175. How do i make it start from frame 175?

Just use the “Set Playback Position” function on your Sequence Player right after the “Play” function. You’ll need to set the position in seconds though.

1 Like