Game Startup menu

Hello,
is possible to make a startup menu (menu that is displayed before a game is started

) for game in Unreal Engine, please ?
Like e.g. Fallout 4 has ? How ?

Thanks

Create a level which has the menu. Set that level as the initial level in the projects settings.

But menu that i need should be only at the center of screen and about 1/5 size of whole screen.
I canť imagine how to do that in level.

Try making a separate executable. Just write a simple program in whatever language (C++, Java etc) that has your little window with a menu. Have a Play button, and when you click the Play button, your launcher program just launches your UE4 game. It’s basically like the UE4 launcher. It’s a separate program that launches UE4 when you tell it to.