Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::AssetSystem::AssetJobsInfoResponse Class Reference

#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
 

Detailed Description

This will be send in response to the AssetJobsInfoRequest request, and will contain jobs information for the requested asset along with the jobid


The documentation for this class was generated from the following file: