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

Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.

Public Types

enum class  DependencyType : AZ::u8 { DirectDependencies , AllDependencies , LoadBehaviorDependencies }
 

Public Member Functions

 AZ_CLASS_ALLOCATOR (AssetDependencyInfoRequest, AZ::OSAllocator)
 
 AZ_RTTI (AssetDependencyInfoRequest, "{2365EEA3-D8A6-41E4-9C9F-2113D5617230}", AzFramework::AssetSystem::BaseAssetProcessorMessage)
 
 AssetDependencyInfoRequest (const AZ::Data::AssetId &assetId, DependencyType dependencyType)
 
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::Data::AssetId m_assetId {}
 
DependencyType m_dependencyType { DependencyType::AllDependencies }
 

Static Public Attributes

static constexpr unsigned int MessageType = AZ_CRC("AssetProcessor::AssetDependencyInfoRequest")
 

Member Enumeration Documentation

◆ DependencyType

Specifies the type of asset dependency lookup to perform.

Constructor & Destructor Documentation

◆ AssetDependencyInfoRequest()

AzFramework::AssetSystem::AssetDependencyInfoRequest::AssetDependencyInfoRequest ( const AZ::Data::AssetId &  assetId,
DependencyType  dependencyType 
)

Gets dependency information about an asset, given the assetId.

Member Function Documentation

◆ GetMessageType()

unsigned int AzFramework::AssetSystem::AssetDependencyInfoRequest::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: