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.