Open 3D Engine AtomLyIntegration 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.
AZ::Render::EditorCommonFeaturesSystemComponent Class Reference

This is the editor-counterpart to this gem's main CommonSystemComponent class. More...

#include <EditorCommonFeaturesSystemComponent.h>

Inherits AZ::Component, AzToolsFramework::EditorLevelNotificationBus::Handler, AzToolsFramework::SliceEditorEntityOwnershipServiceNotificationBus::Handler, AzToolsFramework::AssetBrowser::PreviewerRequestBus::Handler, and AzFramework::ApplicationLifecycleEvents::Bus::Handler.

Public Member Functions

 AZ_COMPONENT (EditorCommonFeaturesSystemComponent, "{D73D77CF-D5AF-428B-909B-324E96D3DEF5}")
 

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
 
void OnNewLevelCreated () override
 
void OnSliceInstantiated (const AZ::Data::AssetId &, AZ::SliceComponent::SliceInstanceAddress &, const AzFramework::SliceInstantiationTicket &) override
 
void OnSliceInstantiationFailed (const AZ::Data::AssetId &, const AzFramework::SliceInstantiationTicket &) override
 
const AzToolsFramework::AssetBrowser::PreviewerFactory * GetPreviewerFactory (const AzToolsFramework::AssetBrowser::AssetBrowserEntry *entry) const override
 
void OnApplicationAboutToStop () override
 
void SetupThumbnails ()
 
void TeardownThumbnails ()
 

Detailed Description

This is the editor-counterpart to this gem's main CommonSystemComponent class.


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