Pause a Sequencer until a condition is met.

Yes. Add event tracks at the points you want to pause in your sequence and trigger a Blueprint custom event like PauseSequenceHere. You can call ‘Pause()’ on the LevelSequencePlayer and wait for the voice line to finish. Then call for ‘Play()’ again.