Steps to Reproduce
- Import an Img File Source
- Create a media player with a media texture
- Create a material using the media texture to render the media player output
- Assign the material to an image widget component.
- In the player pawn blueprint, use the enhanced input system to handle touch input and call the play/seek/pause sequence on the widget component, mapping the touch input value to the desired duration of the video.