Run get_python script when Python fails to load (#4482)
Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
@@ -38,6 +38,14 @@ namespace O3DE::ProjectManager
|
||||
*/
|
||||
virtual bool PythonStarted() = 0;
|
||||
|
||||
/**
|
||||
* Attempt to start Python. Normally, Python is started when the bindings are created,
|
||||
* but this method allows you to attempt to retry starting Python in case the configuration
|
||||
* has changed.
|
||||
* @return true if Python was started successfully, false on failure
|
||||
*/
|
||||
virtual bool StartPython() = 0;
|
||||
|
||||
// Engine
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user