ue4plugins / LoadingScreen

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

4.18 Freezing after "Open map" #28

Open christopheKohler opened 6 years ago

christopheKohler commented 6 years ago

Hi, Great plugin. On 4.15 was running fine. We migrated to 4.18 The plugin is freezing just after doing a "Open map". Not always, but often. It mess with low level rendering layer of 4.18.

christopheKohler commented 6 years ago

Seem the problem is linked with the fact that we are going into stereo mode in the loaded map. The stereo mode is activated as soon as begin play is called. The LoadingScreen seem to be still active and sometimes does not support going into stereo. I've added a delay of few ms, then no freeze anymore. No problem on 4.15, this is new problem.