How to control Seek on Media Player?

Got it. It’s, kind of, an Unreal thing. The video does not seek because there was no time to load it. Try this:

  • Open Source
  • Delay .2s (may need longer for laaarge files and slow machines)
  • Seek

You can use the Seek’s Return Value + Branch to query whether Seek was successful:

This should make it work with any files size.

3 Likes