Where can I find "Play" function Code in Sequencer?

Hello

Recently, I am wondering about what logic does “play” button have in Sequencer. So I am trying to search to find function about “play” in Engine/Source/Sequencer folder. But I can’t find where it is.

Can you help me? please

Take a look here: FSequencer::OnPlayForward

1 Like

Thanks to you I found Onplay() from FSequencer::OnPlayForward what I exactly want!
Have a nice day! :grin: