Files
UnrealEngineUWP/Engine/Source/Runtime/RenderCore
Robert Manuszewski eed7377de0 Support for suspending async loading.
- Async loading will now be suspended when render thread is suspended. This fixes a rare crash on startup.
- Fixed an infinite loading screen in situation when a package hasn't finished loading but was in a queue to be finalized on the game thread and something requested it to load again.

[CL 2566673 by Robert Manuszewski in Main branch]
2015-05-27 11:02:10 -04:00
..