Remove prefab undo cache dependency on CreatePrefab use case

This commit is contained in:
srikappa
2021-05-25 12:57:16 -07:00
parent 6f23138338
commit be9c9d9fa3
8 changed files with 87 additions and 53 deletions
@@ -234,5 +234,10 @@ namespace AzToolsFramework
}
}
PrefabDomValueConstReference Link::GetLinkPatches()
{
return PrefabDomUtils::FindPrefabDomValue(m_linkDom, PrefabDomUtils::PatchesName);
}
} // namespace Prefab
} // namespace AzToolsFramework
@@ -79,6 +79,8 @@ namespace AzToolsFramework
*/
void AddLinkIdToInstanceDom(PrefabDomValue& instanceDomValue);
PrefabDomValueConstReference GetLinkPatches();
private:
/**