Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IPackageResourceManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void IteratePackagesStatInPath
(
FStringView PackageMount, |
Call the callback - with stat data - on all packages in the package repository that are in the given subdirectory of a package mount | UObject/PackageResourceManager.h | |
void IteratePackagesStatInPath
(
FStringView PackageMount, |
IteratePackagesStatInPath that takes a FPackageSegmentVisitor | UObject/PackageResourceManager.h |
IteratePackagesStatInPath(FStringView, FStringView, FStringView, FPackagePathStatVisitor)
Description
Call the callback - with stat data - on all packages in the package repository that are in the given subdirectory of a package mount
| Name | IteratePackagesStatInPath |
| 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 IteratePackagesStatInPath
(
FStringView PackageMount,
FStringView FileMount,
FStringView RootRelPath,
FPackagePathStatVisitor 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 |
IteratePackagesStatInPath(FStringView, FStringView, FStringView, FPackageSegmentStatVisitor)
Description
IteratePackagesStatInPath that takes a FPackageSegmentVisitor
| Name | IteratePackagesStatInPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageResourceManager.h |
| Include Path | #include "UObject/PackageResourceManager.h" |
void IteratePackagesStatInPath
(
FStringView PackageMount,
FStringView FileMount,
FStringView RootRelPath,
FPackageSegmentStatVisitor Callback
)