Files
matt peters fec0370433 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 31049692 by matt peters in 5.4 branch]
2024-01-31 11:09:28 -05:00
..