Open 3D Engine EditorPythonBindings Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
EditorPythonBindings::EditorPythonBindingsNotifications Class Reference

#include <EditorPythonBindingsBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnPreInitialize ()
 Sent when the Python VM is about to start.
 
virtual void OnPostInitialize ()
 Sent when the Python VM has started.
 
virtual void OnPreFinalize ()
 Sent when the Python VM is about to shutdown.
 
virtual void OnPostFinalize ()
 Sent when the Python VM has shutdown.
 
virtual void OnImportModule (PyObject *module)
 Sent when any module is being installed from Python script code (normally from an import statement in a script)
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple
 
static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::Single
 

Detailed Description

Python notifications during interpreter operations


The documentation for this class was generated from the following file: