You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]