You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The main issue was that the render target index was being changed between viewfamilies of different GPUs in the same frame. There was a secondary issue related to the skycloud substeps, when SkyCloudCubeFacePerFrame is less than the default of 6 faces per frame, because the substep was being incremented between viewfamilies of different GPUs in the same frame. We now keep track of which GPUs have a full cube map generated, to ensure that they all get it at least once since time slicing is enabled. We also keep track of the GPUs processed each frame and avoid repeating the calculations for multiple view families in the same GPU. #jira UE-165615 #rb sebastien.hillaire #preflight 633da7bd0c2d12a85830efb0 #lockdown alejandro.arango [CL 22393907 by alejandro arango in ue5-main branch]