Files
UnrealEngineUWP/Engine/Source/Runtime/CoreUObject
johan torp 86974ccb3e Fix race condition in cook -diffonly
The same ubulk file, typically for a texture, was written by two different threads. This caused a fatal SavePackage assert in FAsyncWriteWorker::DoWork(). There was no need to write out these files to disk at all.

Also cleaned up surrounding code a little bit.

#jira ue-72635
#rb robert.manuszewski

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: johan.torp
#ROBOMERGE-SOURCE: CL 5937291 via CL 5937787 via CL 5937827
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5956295 by johan torp in Dev-Anim branch]
2019-04-17 17:00:59 -04:00
..