Navigation
BlueprintAPI > BlueprintAPI/AssetRegistry
Gets a list of paths to objects that are referenced by the supplied package. (On disk references ONLY)
Target is Asset Registry
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| interface | Target | |
| name | Package Name | The name of the package for which to gather dependencies (eg, /Game/MyFolder/MyAsset) |
| struct | Dependency Options | Which kinds of dependencies to include in the output list |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| name | Out Dependencies | A list of packages that are referenced by the package whose path is PackageName |
| boolean | Return Value |