Files
UnrealEngineUWP/Engine/Source/Runtime/CoreUObject/Public/AssetRegistry
matt peters c86d3f716a AssetDatas and GetAssetRegistryTags: Change API and change cook behavior:
API: Change UObject::GetAssetRegistryTags to take a Context object that reports whether the call is coming from SavePackage (and should calculate everything) or load (and should skip expensive tags).
Cook Behavior: AssetDatas are now included in the development AssetRegistry generated by a cook if they were included in a referenced package. Tags are updated during save rather than during load. For now, AssetDatas are added for non-referenced packages in non-dlc cooks, but this addition will eventually be removed, and their tags are stale (have the values saved from the last editor save of the package).
[RN] Miinor, Cooking
#rb Francis.Hurteau, JeanFrancois.Dube

[CL 30168192 by matt peters in ue5-main branch]
2023-12-06 16:40:11 -05:00
..