Navigation
API > API/Runtime > API/Runtime/AssetRegistry
Interface class for functions that return extra dependencies to add to Assets of a given Class, to e.g. add dependencies on external Assets in a subdirectory.
| Name | IAssetDependencyGatherer |
| Type | class |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/AssetDependencyGatherer.h |
| Include Path | #include "AssetRegistry/AssetDependencyGatherer.h" |
Syntax
class IAssetDependencyGatherer
Derived Classes
Structs
| Name | Remarks |
|---|---|
| FGatherDependenciesContext | The parameters passed to GatherDependencies |
| FGathereredDependency |