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. | |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) |
Static Public Attributes | |
| static constexpr unsigned int | MessageType = AZ_CRC_CE("AssetProcessorManager::AssetNotification") |
|
overridevirtual |
The id of the message type, an unsigned int which can be used to identify which message it is.
Implements AzFramework::AssetSystem::BaseAssetProcessorMessage.