Open 3D Engine AzFramework 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.
AzFramework::AssetSystem::AssetNotificationMessage Class Reference

Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.

Public Types

enum  NotificationType : unsigned int {
  AssetChanged , AssetRemoved , JobFileClaimed , JobFileReleased ,
  JobStarted , JobCompleted , JobFailed , JobCount
}
 

Public Member Functions

 AZ_CLASS_ALLOCATOR (AssetNotificationMessage, AZ::OSAllocator)
 
 AZ_RTTI (AssetNotificationMessage, "{09EDFFA4-6851-4AB2-B018-51F0F671D9D5}", BaseAssetProcessorMessage)
 
 AssetNotificationMessage (const AZ::OSString &data, NotificationType type, const AZ::Data::AssetType &assetType, const AZ::OSString &platform)
 
unsigned int GetMessageType () const override
 The id of the message type, an unsigned int which can be used to identify which message it is.
 
- Public Member Functions inherited from AzFramework::AssetSystem::BaseAssetProcessorMessage
 AZ_RTTI (BaseAssetProcessorMessage, "{366A7093-C57B-4514-A1BD-A6437AEF2098}")
 
 BaseAssetProcessorMessage (bool requireFencing=false)
 
virtual unsigned int GetMessageType () const =0
 The id of the message type, an unsigned int which can be used to identify which message it is.
 
bool RequireFencing () const
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 
- Static Public Member Functions inherited from AzFramework::AssetSystem::BaseAssetProcessorMessage
static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AZ::OSString m_data
 
AZ::OSString m_platform
 
NotificationType m_type
 
AZ::u64 m_sizeBytes = 0
 
AZ::Data::AssetId m_assetId = AZ::Data::AssetId()
 
AZStd::vector< AZ::Data::AssetId > m_legacyAssetIds
 
AZ::Data::AssetType m_assetType = AZ::Data::s_invalidAssetType
 
AZStd::vector< AZ::Data::ProductDependency > m_dependencies
 

Static Public Attributes

static constexpr unsigned int MessageType = AZ_CRC("AssetProcessorManager::AssetNotification", 0xd6191df5)
 

Member Function Documentation

◆ GetMessageType()

unsigned int AzFramework::AssetSystem::AssetNotificationMessage::GetMessageType ( ) const
overridevirtual

The id of the message type, an unsigned int which can be used to identify which message it is.

Implements AzFramework::AssetSystem::BaseAssetProcessorMessage.


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