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::PythonReflectionComponent Class Reference

Inspects the Behavior Context for methods to expose as Python bindings. More...

#include <PythonReflectionComponent.h>

Inherits AZ::Component, and EditorPythonBindings::EditorPythonBindingsNotificationBus::Handler.

Public Member Functions

 AZ_COMPONENT (PythonReflectionComponent, PythonReflectionComponentTypeId, AZ::Component)
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 
static void GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided)
 
static void GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible)
 
static void GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required)
 

Protected Member Functions

void Activate () override
 
void Deactivate () override
 
void OnPreFinalize () override
 
void OnImportModule (PyObject *module) override
 

Detailed Description

Inspects the Behavior Context for methods to expose as Python bindings.


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