You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
*) Handle nullptr when serializing ITargetPlatform; some systems need to track editor-agnostic data and serializing that is a nullptr ITargetPlatform* is convenient. *) Remove includes when the code using them is ifdef'd out. *) Remove ReportAccessedIniSettings hooks. The information will instead be part of the information reported from CookWorker -> Zen for package-specific accesses, and will be replicated using an IMPCollector for the total list of all accesses throughout the cook. *) Add BroadcastCookByTheBookFinished subfunction to record the declaration of IMPCollectors constructed privately by UCookOnTheFlyServer in the same place as external systems declare their IMPCollectors. #jira UE-133736 #rnx #rb Zousar.Shaker [CL 31049692 by matt peters in 5.4 branch]