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

Inherits AZ::Component, AzFramework::DebugDisplayEventBus::Handler, and AZ::Data::IDebugAssetEvent.

Classes

struct  EventInfo
 
struct  EventSortMostRecentCompleted
 
struct  EventSortOldest
 

Public Member Functions

 AZ_COMPONENT (AssetSystemDebugComponent, "{2DB77E66-67A5-4E56-B2FF-75C718B182A1}", AZ::Component)
 

Protected Member Functions

void Activate () override
 
void Deactivate () override
 
void DrawGlobalDebugInfo () override
 
void AssetStatusUpdate (AZ::Data::AssetId id, AZ::Data::AssetData::AssetStatus status) override
 
void ReleaseAsset (AZ::Data::AssetId id) override
 

Static Protected Member Functions

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

Protected Attributes

AZStd::recursive_mutex m_eventMutex
 
AZStd::unordered_map< AZ::Data::AssetId, EventInfom_events
 
AZStd::set< EventInfo *, EventSortOldestm_oldestActive
 
AZStd::set< EventInfo *, EventSortMostRecentCompletedm_recentlyCompleted
 

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