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::AssetJobsInfoRequest Class Reference

Request the jobs information for a given asset from the AssetProcessor. More...

#include <AssetProcessorMessages.h>

Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.

Public Member Functions

 AZ_CLASS_ALLOCATOR (AssetJobsInfoRequest, AZ::OSAllocator)
 
 AZ_RTTI (AssetJobsInfoRequest, "{E5DEF45C-C4CF-47ED-843F-97B3C4A3D5B3}", AzFramework::AssetSystem::BaseAssetProcessorMessage)
 
 AssetJobsInfoRequest (bool requireFencing=true)
 
 AssetJobsInfoRequest (const AZ::Data::AssetId &assetId, bool m_escalateJobs=true, bool requireFencing=true)
 
 AssetJobsInfoRequest (const AZ::OSString &searchTerm, bool requireFencing=true)
 
unsigned int GetMessageType () const override
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AZ::OSString m_searchTerm
 
AZ::Data::AssetId m_assetId
 
bool m_isSearchTermJobKey = false
 
bool m_escalateJobs = true
 

Static Public Attributes

static constexpr unsigned int MessageType = AZ_CRC("AssetProcessor::AssetJobsInfoRequest", 0xbd18de74)
 

Detailed Description

Request the jobs information for a given asset from the AssetProcessor.


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