Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (SaveAssetCatalogResponse, AZ::OSAllocator) | |
| AZ_RTTI (SaveAssetCatalogResponse, "{F1B4F440-1251-4516-9FAE-2BB067D58191}", 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 | |
| bool | m_saved = false |
|
overridevirtual |
The id of the message type, an unsigned int which can be used to identify which message it is.
Implements AzFramework::AssetSystem::BaseAssetProcessorMessage.