Inherits AzFramework::AssetSystem::BaseAssetProcessorMessage.
|
| enum class | DependencyType : AZ::u8 { DirectDependencies
, AllDependencies
, LoadBehaviorDependencies
} |
| |
|
|
static void | Reflect (AZ::ReflectContext *context) |
| |
|
static void | Reflect (AZ::ReflectContext *context) |
| |
|
|
AZ::Data::AssetId | m_assetId {} |
| |
|
DependencyType | m_dependencyType { DependencyType::AllDependencies } |
| |
|
|
static constexpr unsigned int | MessageType = AZ_CRC_CE("AssetProcessor::AssetDependencyInfoRequest") |
| |
◆ DependencyType
Specifies the type of asset dependency lookup to perform.
◆ AssetDependencyInfoRequest()
| AzFramework::AssetSystem::AssetDependencyInfoRequest::AssetDependencyInfoRequest |
( |
const AZ::Data::AssetId & |
assetId, |
|
|
DependencyType |
dependencyType |
|
) |
| |
Gets dependency information about an asset, given the assetId.
◆ GetMessageType()
| unsigned int AzFramework::AssetSystem::AssetDependencyInfoRequest::GetMessageType |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file:
- Code/Framework/AzFramework/AzFramework/Asset/AssetProcessorMessages.h