Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAssetManager
Description
Finds all the referencers for a set of packages. Recursively will get all the referencers up to the max depth
| Name | GetAllReferencersForPackage |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/AssetManager.h |
| Include Path | #include "Engine/AssetManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AssetManager.cpp |
static void GetAllReferencersForPackage
(
TSet< FAssetData > & OutFoundAssets,
const TArray < FName > & InPackageNames,
int32 MaxDepth
)