Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Misc/AssetRegistryInterface.h |
| Include | #include "Misc/AssetRegistryInterface.h" |
Syntax
struct FDependencyQuery
Remarks
A struct that is equivalent to EDependencyQuery, but is more useful for performance in filtering operations. This is used by the filter implementations inside of GetDependency/GetReferencer calls; callers of those functions can instead use the more convenient values in EDependencyQuery.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UE::AssetRegistry::EDependencyProperty | Excluded | Only Dependencies that possess none of these properties will be returned. | |
| UE::AssetRegistry::EDependencyProperty | Required | Only Dependencies that possess all of these properties will be returned. | |
| TArray< UE::AssetRegistry::EDependencyProperty, TInlineAllocator< 1 > > | RequiredUnions | RequiredUnions is an intersection of unions. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDependencyQuery
(
EDependencyQuery QueryFlags |