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

Music? #35

Open NicolasChoukroun opened 3 years ago

NicolasChoukroun commented 3 years ago

What about having a music when loading? Currently it is not possible.

truong-bui commented 3 years ago

You can add music into an mp4 file then add it to Movie Paths. This is just a workaround.

NicolasChoukroun commented 3 years ago

That's smart ;) But I am not sure to understand how to setup this? The movie won't be stopped by the load level function right?