You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]