Open 3D Engine WhiteBox 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.
WhiteBox::EditorWhiteBoxSystemComponent Class Reference

System component for the White Box Editor/Tool application. More...

#include <EditorWhiteBoxSystemComponent.h>

Inherits WhiteBox::WhiteBoxSystemComponent, and AzToolsFramework::ActionManagerRegistrationNotificationBus::Handler.

Public Member Functions

 AZ_COMPONENT (EditorWhiteBoxSystemComponent, "{42D40E84-A8C4-474B-A4D6-B665CCEA8A83}", WhiteBoxSystemComponent)
 
void OnActionContextModeRegistrationHook () override
 
void OnActionUpdaterRegistrationHook () override
 
void OnActionRegistrationHook () override
 
void OnActionContextModeBindingHook () override
 
void OnMenuBindingHook () override
 
- Public Member Functions inherited from WhiteBox::WhiteBoxSystemComponent
 AZ_COMPONENT (WhiteBoxSystemComponent, "{BD393FD9-CF47-433D-B171-C44FE2F7069F}")
 
 WhiteBoxSystemComponent (const WhiteBoxSystemComponent &)=delete
 
WhiteBoxSystemComponentoperator= (const WhiteBoxSystemComponent &)=delete
 
AZStd::unique_ptr< RenderMeshInterfaceCreateRenderMeshInterface (AZ::EntityId entityId) override
 
void SetRenderMeshInterfaceBuilder (RenderMeshInterfaceBuilderFn builder) override
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 
- Static Public Member Functions inherited from WhiteBox::WhiteBoxSystemComponent
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)
 

Additional Inherited Members

- Protected Member Functions inherited from WhiteBox::WhiteBoxSystemComponent
void Activate () override
 
void Deactivate () override
 
- Protected Attributes inherited from WhiteBox::WhiteBoxSystemComponent
AZStd::vector< AZStd::unique_ptr< AZ::Data::AssetHandler > > m_assetHandlers
 

Detailed Description

System component for the White Box Editor/Tool application.


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