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
776 stars 98 forks source link

Black screen fade in/out #66

Open MetalMarmotte opened 1 year ago

MetalMarmotte commented 1 year ago

First of all thanks for this awesome plugin ! Is it possible to show and hide the loading screen with a black screen fade in/out effect ?

truong-bui commented 1 year ago

Hi, it is not possible at the moment.

MetalMarmotte commented 1 year ago

Thank you for your answer. Good luck !

Tongh commented 1 year ago

Hi, You can do the fade in effect before you call open level. And fade out your loading screen after the map loaded. @MetalMarmotte