Initial Python bindings pass for ProjectManager
Adds dependency on pybind and interface to call o3de.py functions from c++
This commit is contained in:
@@ -37,6 +37,7 @@ namespace O3DE::ProjectManager
|
||||
|
||||
GemInfo(const QString& name, const QString& creator, const QString& summary, Platforms platforms, bool isAdded);
|
||||
|
||||
QString m_path;
|
||||
QString m_name;
|
||||
QString m_displayName;
|
||||
AZ::Uuid m_uuid;
|
||||
|
||||
Reference in New Issue
Block a user