this will be sent in response to the RequestAssetStatus request More...
#include <AssetProcessorMessages.h>
Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (ResponseAssetStatus, AZ::OSAllocator) | |
| AZ_RTTI (ResponseAssetStatus, "{151CB7D2-8A11-4072-A173-5EDF2A11C9E2}", 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 | |
| int | m_assetStatus = AssetStatus_Unknown |
this will be sent in response to the RequestAssetStatus request
|
overridevirtual |
The id of the message type, an unsigned int which can be used to identify which message it is.
Implements AzFramework::AssetSystem::BaseAssetProcessorMessage.