Open 3D Engine AzFramework 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.
AzFramework::AssetSystem::RequestEscalateAsset Class Reference

#include <AssetProcessorMessages.h>

Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.

Public Member Functions

 AZ_CLASS_ALLOCATOR (RequestEscalateAsset, AZ::OSAllocator)
 
 AZ_RTTI (RequestEscalateAsset, "{E95C5422-5F00-478B-A984-C041DE70484F}", BaseAssetProcessorMessage)
 
 RequestEscalateAsset (const char *searchTerm)
 
 RequestEscalateAsset (const AZ::Uuid &assetUuid)
 
unsigned int GetMessageType () const override
 The id of the message type, an unsigned int which can be used to identify which message it is.
 
- Public Member Functions inherited from AzFramework::AssetSystem::BaseAssetProcessorMessage
 AZ_RTTI (BaseAssetProcessorMessage, "{366A7093-C57B-4514-A1BD-A6437AEF2098}")
 
 BaseAssetProcessorMessage (bool requireFencing=false)
 
virtual unsigned int GetMessageType () const =0
 The id of the message type, an unsigned int which can be used to identify which message it is.
 
bool RequireFencing () const
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 
- Static Public Member Functions inherited from AzFramework::AssetSystem::BaseAssetProcessorMessage
static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AZ::Uuid m_assetUuid
 
AZ::OSString m_searchTerm
 

Static Public Attributes

static constexpr unsigned int MessageType = AZ_CRC("AssetSystem::RequestEscalateAsset", 0x1894d94e)
 

Detailed Description

Used to ask the AP to move any jobs related to an asset to the front of the queue. There is no response to this request, nor does it fence, so it is "fire-and-forget" and thus doesn't need to introduce a lot of latency

Member Function Documentation

◆ GetMessageType()

unsigned int AzFramework::AssetSystem::RequestEscalateAsset::GetMessageType ( ) const
overridevirtual

The id of the message type, an unsigned int which can be used to identify which message it is.

Implements AzFramework::AssetSystem::BaseAssetProcessorMessage.


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