![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IAssetRegistry.h>
Public Member Functions | |
| bool | operator== (const FAssetDependency &Other) const |
| bool | LexicalLess (const FAssetDependency &Other) const |
| ASSETREGISTRY_API void | WriteCompactBinary (FCbWriter &Writer) const |
Static Public Member Functions | |
| static FAssetDependency | PackageDependency (FName PackageName, UE::AssetRegistry::EDependencyProperty Properties) |
Friends | |
| uint32 | GetTypeHash (const FAssetDependency &InHash) |
| FCbWriter & | operator<< (FCbWriter &Writer, const FAssetDependency &Dependency) |
| ASSETREGISTRY_API friend bool | LoadFromCompactBinary (FCbFieldView Field, FAssetDependency &Dependency) |
An output struct to hold both an AssetIdentifier and the properties of the dependency on that AssetIdentifier
|
inline |
|
inline |
|
inlinestatic |
|
friend |
|
friend |
|
friend |
| FAssetIdentifier FAssetDependency::AssetId |
| UE::AssetRegistry::EDependencyCategory FAssetDependency::Category = UE::AssetRegistry::EDependencyCategory::None |
| UE::AssetRegistry::EDependencyProperty FAssetDependency::Properties = UE::AssetRegistry::EDependencyProperty::None |