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
@@ -239,6 +239,11 @@ namespace AzToolsFramework
*/
virtual int RemoveDirtyEntity(AZ::EntityId target) = 0;
/*!
* Clears the dirty entity set.
*/
virtual void ClearDirtyEntities() = 0;
/*!
* \return true if an undo/redo operation is in progress.
*/