Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/IPackageResourceManager
| Type | Name | Description | |
|---|---|---|---|
| void | FindPackagesRecursive
(
TArray< FPackagePath >& OutPackages, |
Search the given subdirectory of a package mount for all packages with the given package basename in the package repository | |
| void | FindPackagesRecursive
(
TArray< TPair< FPackagePath, EPackageSegment > >& OutPackages, |
FindPackagesRecursive that returns PackageSegments |