How to create a loading screen with a video

So I’ve got a mp4 video that I would like to put as a loading screen , is there a way to do that ?
I’m in unreal engine 4.13

What you can try is making a widget that has the video, making a travel map (The map that is spawned while loading into a level), and making that widget spawn when the travel map is loaded. Here is a video on how to add a video to the widget: UMG - Using a Video As A Texture For A Widget - YouTube . You can set the travel map by going to Edit -----> Project Settings -----> Maps and Modes -----> Transition Map.

isn’t that better to make a HUD which spawn when I go on the box trigger ? I mean the character touch the trigger and the loading screen HUD appear and after that the map is loaded , isn’t it better ? but the problem is always to place a video on the hud.

Thanks, was just wondering how to make a loading screen earlier and saw this while idling on the forums.
Now I got a more detailed question, how to - instead of a video - output a log text that shows the loading log for the map (so that I have an insight on what loads how long) and also if there is a way to make a loading bar for map loading.