You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
resubmit with following fixes: - static analysis error which caught an >=0 check on a uint64 which should have been >0 - fix for an inverted guard on multiprocess cook sending bytecode to director (was only sending code across if empty instead of non-empty) - fix for uninitialized padding in the FShaderCodeResource::FHeader struct causing nondeterministic puts - fix for incorrect size passed to job cache hashing on receiving buffers from DDC #rb Devin.Doucette, Laura.Hermanns, Zousar.Shaker #lockdown Marc.Audy [CL 36754792 by dan elksnitis in 5.5 branch]