Files
UnrealEngineUWP/Engine/Source/Runtime/Apple
Matt Collins c7f94b4285 Fixes assertion firing in EngineTests
MapStagingSurface has a path that blits and stalls. This was occurring immediately regardless if the RHI thread was active or not.
Now we detect if we're running commandlists or the RHI thread and enqueue a lambda then stall. This is a quick fix to unblock automation while a fuller fix is developed.

#rb none
#jira UE-91365
#fyi will.damon, richard.wallis

[CL 12788975 by Matt Collins in Main branch]
2020-04-14 22:25:56 -04:00
..