ue4plugins / LoadingScreen

A plugin for Unreal Engine 4 to expose simple controls for managing load screens.
MIT License
504 stars 163 forks source link

Lost GameWindow focus while using this in openlevel a new level #21

Open xiaohuihui-ue opened 7 years ago

xiaohuihui-ue commented 7 years ago

I change a SProgressBar to replace origin SCircularThrobber, but I found that it lost focus while switch level to a new level(use openlevel method), thus the SProgressBar not change smoothly

xiaohuihui-ue commented 7 years ago

I also use SetFocusToGameViewport and SetInputModeUIOnly or (SetInputModeGameOnly , SetInputModeGameAndUI), nothings change.

xiaohuihui-ue commented 7 years ago

I test in my project, I found that the window also is foreground ,but the switchlevel's slate not update quickly, which result the material SProgressBar not change smoothly.

xiaohuihui-ue commented 7 years ago

I use command Slate.AllowSlateToSleep 0 which let SprogreeBar change smoothly