Initial Python bindings pass for ProjectManager

Adds dependency on pybind and interface to call o3de.py functions from c++
This commit is contained in:
Alex Peterson
2021-05-11 09:48:11 -07:00
committed by GitHub
parent 2e32b2ee57
commit 26d886792d
22 changed files with 553 additions and 14 deletions
@@ -17,7 +17,7 @@
#include <QMainWindow>
#include <QStackedWidget>
#include <AzCore/IO/Path/Path_fwd.h>
#include <PythonBindings.h>
#endif
namespace Ui
@@ -52,6 +52,7 @@ namespace O3DE::ProjectManager
private:
QScopedPointer<Ui::ProjectManagerWindowClass> m_ui;
AZStd::unique_ptr<PythonBindings> m_pythonBindings;
};
} // namespace O3DE::ProjectManager