[ftue_auto_register] move engine registration check into private helper function

This commit is contained in:
scottr
2021-05-27 14:19:31 -07:00
parent 78afc45709
commit ecc18338fa
2 changed files with 35 additions and 23 deletions
@@ -60,9 +60,11 @@ namespace O3DE::ProjectManager
GemInfo GemInfoFromPath(pybind11::handle path);
ProjectInfo ProjectInfoFromPath(pybind11::handle path);
ProjectTemplateInfo ProjectTemplateInfoFromPath(pybind11::handle path);
bool RegisterThisEngine();
bool StartPython();
bool StopPython();
AZ::IO::FixedMaxPath m_enginePath;
pybind11::handle m_engineTemplate;
AZStd::recursive_mutex m_lock;