truong-bui / AsyncLoadingScreen

Async Loading Screen is a free and open-source plugin for Unreal Engine. Async Loading Screen allows you to easily configure a Loading Screen System in the project settings, and automatically add a Loading Screen whenever you open a new level, without Level Streaming.
https://www.unrealengine.com/marketplace/en-US/product/async-loading-screen
MIT License
787 stars 99 forks source link

Howto have loading screen after movie #45

Open Thailoz opened 2 years ago

Thailoz commented 2 years ago

Hi, I have a start-up movie UE4 Logo but after it finishes I get a black screen before the level loads. Is there a way it goes to my loading screen after the movie?

truong-bui commented 2 years ago

Not sure what did you mean, but the start-up movies won't load the default loading screen after that. The default loading screen is triggered only when you call Open Level during game-play, not at start-up.

Thailoz commented 2 years ago

So does it play the movie then load the game or is the game loading while the movie is playing?

truong-bui commented 2 years ago

it loads the game while playing the movie

eyupalemdar commented 2 years ago

I have the same problem. It show only movies at the startup. It show only background screens when I ticked the "Show Widget Overlay" option. I want to show movies first and then show background screens at the startup time. How can I achieve that? Do I have to convert images to movies and show only movies?