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

loadingscreen will not disappear if i enableHMD #7

Open eusru opened 3 years ago

eusru commented 3 years ago

if i enable HMD, after package,the loadingscreen will not disappear , How to solve this problems i know i can ShutdownModule in C++, but this will cause PC monitor no LoadingScreen, i still want this feature. so how to keep PC monitor LoadingScreen and Both LoadingScreen will disappear if i Enable HMD

felixmaldonadoos commented 6 months ago

Hi, did you resolve this issue? I have the same issue. Calling UAsyncLoadingScreen::StopLoadingScreen() when on MyGameMode::StartPlay() does nothing.