Remove deleted projects from project manager

Signed-off-by: pconroy <pconroy@amazon.com>
This commit is contained in:
pconroy
2021-06-25 17:39:27 -07:00
parent 6a0b8ae6b6
commit e0c3d15d5a
6 changed files with 51 additions and 23 deletions
@@ -141,6 +141,11 @@ namespace O3DE::ProjectManager
*/
virtual AZ::Outcome<void, AZStd::string> RemoveGemFromProject(const QString& gemPath, const QString& projectPath) = 0;
/**
* Removes invalid projects from the manifest
*/
virtual void RemoveInvalidProjects() = 0;
// Project Templates