Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/IPackageResourceManager > API/Runtime/CoreUObject/UObject/IPackageResourceManager/IteratePackagesStatInPath
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageResourceManager.h |
| Include | #include "UObject/PackageResourceManager.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PackageResourceManager.cpp |
void IteratePackagesStatInPath
(
FStringView PackageMount,
FStringView FileMount,
FStringView RootRelPath,
FPackagePathStatVisitor Callback
)
Remarks
Call the callback - with stat data - on all packages in the package repository that are in the given subdirectory of a package mount
Parameters
| Name | Description |
|---|---|
| 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 |