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

Is it possible to allow game thread run will playing movie #63

Open JackKaiXing opened 1 year ago

JackKaiXing commented 1 year ago

Currently after PostLoadMap, the situation is either stop movie or wait for movie to stop.

Is it possible to allow game thread run will playing movie?

truong-bui commented 1 year ago

Not possible, game thread is blocked when a new level is loading.