Files
UnrealEngineUWP/Engine/Source/Runtime/CoreUObject/Private/Cooker
matt peters 3059fcca3e MPCook: Support for ConfigAccessTracking
*) 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 31049094 by matt peters in ue5-main branch]
2024-01-31 10:52:25 -05:00
..