#include <AssetProcessorMessages.h>
Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (ResponseAssetProcessorStatus, AZ::OSAllocator) | |
| AZ_RTTI (ResponseAssetProcessorStatus, "{978350FB-3BD2-4F5C-ABEF-5AB78981C23A}", 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_numberOfPendingJobs |
| bool | m_isAssetProcessorReady = false |
This will be send in response to the RequestAssetProcessorStatus request, Will contain information whether the AP is ready and how many jobs are remaining
|
overridevirtual |
The id of the message type, an unsigned int which can be used to identify which message it is.
Implements AzFramework::AssetSystem::BaseAssetProcessorMessage.