Navigation
Unreal Engine C++ API Reference > Runtime > AssetRegistry > AssetRegistry
References
Module | AssetRegistry |
Header | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h |
Include | #include "AssetRegistry/IAssetRegistry.h" |
Syntax
struct FAssetDependency
Remarks
An output struct to hold both an AssetIdentifier and the properties of the dependency on that AssetIdentifier
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FAssetIdentifier | AssetId | |
![]() |
UE::AssetRegistry::EDependencyCategory | Category | |
![]() |
UE::AssetRegistry::EDependencyProperty | Properties |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | LexicalLess
(
const FAssetDependency& Other |
|
![]() ![]() |
FAssetDependency | PackageDependency
(
FName PackageName, |
|
![]() ![]() |
void | WriteCompactBinary
(
FCbWriter& Writer |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FAssetDependency& Other |