How to stop a media player asset from playing

So I have this media texture on a TV with a box trigger BP

On overlap, and “F” button press, it starts playing the video. It is supposed to stop if you press “F” again. But here it’s starts to replay from the beginning.
I want to stop entirely.

  • I tried to remove the media asset from my Open Source component for the false option. ( set it to none ) but it still starts looping.

This is my BP setup.

Can anyone help me with this?

Hey
Got it working!
Was a case of logical error :rolleyes:

Had to check Playing Status in the false flow

What did you do, for solving this problem? I have the same task, and truing figure out how solve it.