[LYN-2514] Adding get engine gem infos to the python bindings

This commit is contained in:
Benjamin Jillich
2021-06-02 17:49:40 +02:00
parent 235cd1f937
commit 53615230c1
3 changed files with 27 additions and 0 deletions
@@ -66,6 +66,12 @@ namespace O3DE::ProjectManager
*/
virtual AZ::Outcome<QVector<GemInfo>, AZStd::string> GetAllGemInfos(const QString& projectPath) = 0;
/**
* Get engine gem infos.
* @return A list of all registered gem infos.
*/
virtual AZ::Outcome<QVector<GemInfo>, AZStd::string> GetEngineGemInfos() = 0;
/**
* Get a list of all enabled gem names for a given project.
* @param[in] projectPath Absolute file path to the project.