Commit Graph

7 Commits

Author SHA1 Message Date
dan thompson
a94a34de51 * Add a system for routing plugin custom fields in to the cook metadata file.
* Use that system to upload whether a plugin is installed or not to analytics.
* Compute "unique" size for root plugins to more accurately represent the incremental cost of a plugin in analytics.
* Provide sizes for key asset types in addition to tracking total cost of a plugin.
#rb matt.peters
#rb fabian.giesen

[CL 27084058 by dan thompson in ue5-main branch]
2023-08-14 16:03:52 -04:00
dan thompson
54f13432d6 Misc CookMetadataFixes:
* Restaging a build no longer just constantly increases size
* Inclusive size actually looks at valid data
* Horde URL environment variable corrected.
* Add a new root pseudo plugin json event that holds the size of all plugins that don't belong to a root plugin.
#rb charles.bloom

[CL 26335038 by dan thompson in ue5-main branch]
2023-06-29 23:20:46 -04:00
matt breindel
678213ec4b Adding a helper to convert UE::Cook::ECookMetadataSizesPresent to an FText
[REVIEW] [at]*dan.thompson

[CL 26245541 by matt breindel in ue5-main branch]
2023-06-26 17:21:53 -04:00
dan thompson
1c341b9abd Fix for goofs with serialization.
#rb matt.breindel

[CL 26221483 by dan thompson in ue5-main branch]
2023-06-23 19:05:46 -04:00
dan thompson
7c50b4f557 Only cause an error when loading the cook metadata file if it's a required file.
#rb none

[CL 26213932 by dan thompson in ue5-main branch]
2023-06-23 13:55:52 -04:00
dan thompson
c54316a591 UnrealPak now uses the CookMetadata file to optionally write out size information for plugins. This information is written back to the cook metadata file, and is enable via a project packaging setting.
#rb fabian.giesen

[CL 26194673 by dan thompson in ue5-main branch]
2023-06-22 17:32:20 -04:00
dan thompson
95f23fa9a7 Adding a new Cook Metadata file that gets generated adjacent to the development asset registry. This will be the home for metadata about the cook that is unrelated to assets moving forward.
#rb matt.peters
#rb fabian.giesen

[CL 26097087 by dan thompson in ue5-main branch]
2023-06-19 13:59:07 -04:00