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

How to remove a whiter Bar in bottom? #90

Closed aadeshrao123 closed 5 months ago

aadeshrao123 commented 5 months ago

image

aadeshrao123 commented 5 months ago

I am getting a white bar at the bottom of my loading screen. Can please anyone help me how to remove it?

truong-bui commented 5 months ago

Hi, you change it in the Layout section, set Alpha to 0 if you want to hide the background.

image

aadeshrao123 commented 5 months ago

Thank you for the help