You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Per.Larsson #jira UE-186965 #preflight 6470b4a9f3773f755083fa2c - The compressor stat arrays belonging to FOutputPakFile were being initialized right after async pakfile work has been scheduled. In rare cases the scheduled work could run before the initialization was completed and we would attempt to write out stats into uninitialized memory. - We now make sure that the stat arrays are initialized before any work can be scheduled. - I did a quick pass to check for similar patterns but couldn't find any. [CL 25661995 by paul chipchase in ue5-main branch]