Keep splash screen active untill fully loaded

hi all!
when loading my game into the editor a nice splash screen appears while loading the assets.

After packaging the splash screen is way too fast.
The splash screen is shown about 1/4 of a second (more a flash) and drops the player straight into the level.
That moment the level is not fully loaded yet. blurry low quality textures.
It takes an additional 5 seconds to fully load the scene with high quality textures.

Is there an option to hold the splash screen until everything is loaded properly ?

With kind regards

little addition this happens in every level. looks really bad in the first seconds. definitly not a good impression

what do you mean by splash screen?

this is how asynchronous loading works. is actually a good design. it’s your responsibility to block if you need to.

try searching online for how to make a loading screen, there are several plugins and resources. there’s a good talk from epic as well.