UMG video not showing when launching game

Hey so I have a video playing on my widget on an image and it works perfectly fine when I play in the editor but when I launch the game, the video doesnt appear and its just a blank white background.

I got the video playing by creating a User Interface material using the texture sample as a media texture of the video and ui blueprint selecting the material in an image then creating a public media player variable and doing this in event construct:
OnPaste.20210802-085145

Please can someone help me out, thank you!! :smiley:

Most likely the movie isn’t in the right spot, and thus isn’t be included in the packaged game. Make sure the movie is in Content/Movies.

1 Like

Thanks but all my stuff is in Content/Movies:
OnPaste.20210802-205106

Never mind I forgot to move the video in the actual windows file explorer, thank you! :smiley: