Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IPackageResourceManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 | UObject/PackageResourceManager.h | |
void FindPackagesRecursive
(
TArray< TPair< FPackagePath, EPackageSegment > >& OutPackages, |
FindPackagesRecursive that returns PackageSegments | UObject/PackageResourceManager.h |
FindPackagesRecursive(TArray< FPackagePath > &, FStringView, FStringView, FStringView, FStringView)
Description
Search the given subdirectory of a package mount for all packages with the given package basename in the package repository
| Name | FindPackagesRecursive |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageResourceManager.h |
| Include Path | #include "UObject/PackageResourceManager.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PackageResourceManager.cpp |
void FindPackagesRecursive
(
TArray < FPackagePath > & OutPackages,
FStringView PackageMount,
FStringView FileMount,
FStringView RootRelPath,
FStringView BasenameWildcard
)
Parameters
| Name | Remarks |
|---|---|
| OutPackages | The list of packages found |
| PackageMount | The package name of the mount point to look under |
| FileMount | The local file path of the mount point to look under, must be the local file path that corresponds to PackageMount |
| RootRelPath | A relative path from PackageMount that specifies the subdirectory of the mount point to use as the root of the search |
| BasenameWildcard | The basenamewithoutpath to look for BasenameWildcard can not include path or extension; / and . are invalid characters BasenameWildcard can include *?-type wildcards (FString::MatchesWildcard) |
FindPackagesRecursive(TArray< TPair< FPackagePath, EPackageSegment > > &, FStringView, FStringView, FStringView, FStringView)
Description
FindPackagesRecursive that returns PackageSegments
| Name | FindPackagesRecursive |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageResourceManager.h |
| Include Path | #include "UObject/PackageResourceManager.h" |
void FindPackagesRecursive
(
TArray < TPair< FPackagePath , EPackageSegment > > & OutPackages,
FStringView PackageMount,
FStringView FileMount,
FStringView RootRelPath,
FStringView BasenameWildcard
)