Help with Intro to game

Hello I am currently stuck with trying to have an intro video, then having an option for the user, then playing another video, then a profile naming screen, then main menu, then another video when loading into the first level. If anyone could point me in the general direction of how to sort this predicament out that would be much appreciated.
Thanks

I am not quite sure about loading the movies after the ‘player options’ and ‘player naming’ screen, however i believe going into ‘Project Settings’ and looking at ‘Movies’ should help, at least with the start up movie. Hope this helps.

://i.gyazo/3697110b2e160e44e77ebfecbe73333a.png

At a second look, maybe there is a ‘play’ node in blueprints that may help? Maybe ‘Play’ cinematic? I dont know, sorry,. Hopefully someone else can help more.

Probably some of those threads will help you to play a movie during the game: https://docs.unrealengine/latest/INT/Search/index.html?x=0&y=0&q=play+movie

e.g
https://answers.unrealengine/questions/27912/how-to-play-fullscreen-movies-avi-mpeg-etc.html
https://answers.unrealengine/questions/32973/trying-to-play-a-mp4-movie-file-during-game.html

Hello,

If you only need basic visual animation you can check too market place to see subways, caves, even elemental demo and the end of level streaming blueprint in content example. for a camera travelling animation in a single place.

and then make appearing your ui (made by new umg or by following the hud blueprint system in content example really easy to follow

and then load your new level, using another video/anim/picture as you can find an example in the kitatus book : https://forums.unrealengine/showthread.php?10221-BOOK-Blueprints-Master-the-Art-of-Unreal-Engine-4-Blueprints&highlight=kitatus .

By doing parts one by one, you’ll have more chance to succeed. And by doing a first step easy way to do project, you’ll learn enough to do better.

good luck and welcome to the community ^^