Request the status of the asset processor. More...
#include <AssetProcessorMessages.h>
Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (RequestAssetProcessorStatus, AZ::OSAllocator) | |
| AZ_RTTI (RequestAssetProcessorStatus, "{DEC6CF93-0A16-4D83-AA6D-97FB86340525}", 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 | |
| AZ::OSString | m_platform |
Static Public Attributes | |
| static constexpr unsigned int | MessageType = AZ_CRC_CE("AssetSystem::RequestAssetProcessorStatus") |
Request the status of the asset processor.
|
overridevirtual |
The id of the message type, an unsigned int which can be used to identify which message it is.
Implements AzFramework::AssetSystem::BaseAssetProcessorMessage.