#include <AssetProcessorMessages.h>
Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (AssetJobsInfoResponse, AZ::OSAllocator) | |
| AZ_RTTI (AssetJobsInfoResponse, "{743AFB3B-F24C-4546-BEEC-2769442B52DB}", AzFramework::AssetSystem::BaseAssetProcessorMessage) | |
| AssetJobsInfoResponse (AssetSystem::JobInfoContainer &jobList, bool isSuccess) | |
| AssetJobsInfoResponse (AssetSystem::JobInfoContainer &&jobList, bool isSuccess) | |
| unsigned int | GetMessageType () const override |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) |
Public Attributes | |
| bool | m_isSuccess = false |
| AssetSystem::JobInfoContainer | m_jobList |
This will be send in response to the AssetJobsInfoRequest request, and will contain jobs information for the requested asset along with the jobid