Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IPackageResourceManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void IteratePackagesInPath
(
FStringView PackageMount, |
Call the callback on all packages in the package repository that are in the given subdirectory of a package mount | UObject/PackageResourceManager.h | |
void IteratePackagesInPath
(
FStringView PackageMount, |
IteratePackagesInPath that takes a FPackageSegmentVisitor | UObject/PackageResourceManager.h |
IteratePackagesInPath(FStringView, FStringView, FStringView, FPackagePathVisitor)
Description
Call the callback on all packages in the package repository that are in the given subdirectory of a package mount
| Name | IteratePackagesInPath |
| 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 IteratePackagesInPath
(
FStringView PackageMount,
FStringView FileMount,
FStringView RootRelPath,
FPackagePathVisitor Callback
)
Parameters
| Name | Remarks |
|---|---|
| PackageMount | The package name of the mount point's 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 |
| Callback | The callback called on each package |
IteratePackagesInPath(FStringView, FStringView, FStringView, FPackageSegmentVisitor)
Description
IteratePackagesInPath that takes a FPackageSegmentVisitor
| Name | IteratePackagesInPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageResourceManager.h |
| Include Path | #include "UObject/PackageResourceManager.h" |
void IteratePackagesInPath
(
FStringView PackageMount,
FStringView FileMount,
FStringView RootRelPath,
FPackageSegmentVisitor Callback
)