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

Inherits Component.

Public Member Functions

 AZ_COMPONENT (ScriptEventsSystemComponent,"{43068F27-B171-4DF4-B583-57CEF3F2AC6C}")
 

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)
 
static void GetDependentServices (AZ::ComponentDescriptor::DependencyArrayType &dependent)
 

Protected Member Functions

void Init () override
 
void Activate () override
 
void Deactivate () override
 

Protected Attributes

AZStd::unordered_map
< ScriptEventKey,
AZStd::intrusive_ptr
< ScriptEvents::Internal::ScriptEventRegistration > > 
m_scriptEvents
 

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