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

Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.

Public Member Functions

 AZ_CLASS_ALLOCATOR (AssetDependencyInfoResponse, AZ::OSAllocator)
 
 AZ_RTTI (AssetDependencyInfoResponse, "{B6F9FD89-3F62-43FF-A457-2767CE904C81}", AzFramework::AssetSystem::BaseAssetProcessorMessage)
 
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

bool m_found { false }
 Returns whether or not dependency info for the requested asset ID was found.
 
AZStd::string m_errorString {}
 Provides the error string on failures.
 
AZStd::vector< AZ::Data::ProductDependency > m_dependencies
 The set of requested product dependencies.
 
AZStd::unordered_set< AZ::Data::AssetId > m_noloadSet
 For LoadBehaviorDependencies requests, the list of dependencies that have the 'NoLoad' Load Behavior.
 
AZ::Data::PreloadAssetListType m_preloadAssetList
 For LoadBehaviorDependencies requests, the list of dependencies that have the 'PreLoad' Load Behavior.
 

Member Function Documentation

◆ GetMessageType()

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