Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/IAssetDependencyGatherer
The parameters passed to GatherDependencies
| Name | FGatherDependenciesContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/AssetDependencyGatherer.h |
| Include Path | #include "AssetRegistry/AssetDependencyGatherer.h" |
Syntax
struct FGatherDependenciesContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGatherDependenciesContext
(
const FAssetData& InAssetData, |
AssetRegistry/AssetDependencyGatherer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetData | const FAssetData & | AssetRegistry/AssetDependencyGatherer.h | ||
| AssetRegistryState | const FAssetRegistryState & | AssetRegistry/AssetDependencyGatherer.h | ||
| bInterfaceGatherDependenciesCalled | bool | Helper flag to detect old implementations of IAssetDependencyGatherer | AssetRegistry/AssetDependencyGatherer.h | |
| CachedPathTree | const FPathTree & | AssetRegistry/AssetDependencyGatherer.h | ||
| CompileFilterFunc | const TFunctionRef< FARCompiledFilter(const FARFilter &)> | AssetRegistry/AssetDependencyGatherer.h | ||
| OutDependencies | TArray< FGathereredDependency > & | AssetRegistry/AssetDependencyGatherer.h | ||
| OutDependencyDirectories | TArray< FString > & | AssetRegistry/AssetDependencyGatherer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FARCompiledFilter CompileFilter
(
FARFilter& Filter |
AssetRegistry/AssetDependencyGatherer.h | ||
const FAssetData & GetAssetData() |
AssetRegistry/AssetDependencyGatherer.h | ||
const FAssetRegistryState & GetAssetRegistryState() |
AssetRegistry/AssetDependencyGatherer.h | ||
const FPathTree & GetCachedPathTree() |
AssetRegistry/AssetDependencyGatherer.h | ||
TFunctionRef< FARCompiledFilter(const FARFilter &)> GetCompileFilterFunc() |
AssetRegistry/AssetDependencyGatherer.h | ||
TArray< FGathereredDependency > & GetOutDependencies() |
AssetRegistry/AssetDependencyGatherer.h | ||
TArray< FString > & GetOutDependencyDirectories() |
AssetRegistry/AssetDependencyGatherer.h |