UMG Video Player (Help)

Hail !

I need to play some videos inside an App, the video player (UMG) and media assets are all done.

Here is the problem:

How can i setup the pause and play button to work with different videos?
When i click video1 button, the video player and the pause/play buttons popup and work with video1.
When i click video2 button, the same video player and pause/play buttons popup and work with video2.

My video player is an UMG image with video material, and two buttons, pause and play.

I think i need some kind of branch on the pause/play buttons on click events to check if i press video1, 2 or 3 button, so i can pause and play the right video. But i have no idea how to do this.

Any idea?

Thank you.

My temporary solution:

I replicate one video player for each video.
So, now each video run in a different video player, while the others are hidden.

I don’t think this is the right way to do it, but its working for now.
I will soon convert all the videos to proper 3D animations, so i can run them as Matinee movies.