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
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
Thanks to you I found Onplay() from FSequencer::OnPlayForward what I exactly want!
Have a nice day!