#include <AssetProcessorMessages.h>
Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (BulkAssetNotificationMessage, AZ::OSAllocator) | |
| AZ_RTTI (BulkAssetNotificationMessage, "{D0BDFFA1-2E5A-4F37-A38D-26521ECAF812}", BaseAssetProcessorMessage) | |
| 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) |
Public Attributes | |
| AssetNotificationMessage::NotificationType | m_type |
| AZStd::vector< AssetNotificationMessage > | m_messages |
Static Public Attributes | |
| static constexpr unsigned int | MessageType = AZ_CRC_CE("AssetProcessorManager::BulkAssetNotification") |
Bulk message for sending updates for multiple assets all at once. All updates must be of the same type and for the same platform. The only supported types are AssetChanged and AssetRemoved.
|
overridevirtual |
The id of the message type, an unsigned int which can be used to identify which message it is.
Implements AzFramework::AssetSystem::BaseAssetProcessorMessage.