Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IPackageResourceManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOpenAsyncPackageResult OpenAsyncReadPackage
(
const FPackagePath& PackagePath |
Open an IAsyncReadFileHandle to asynchronously read the bytes of the package | UObject/PackageResourceManager.h | |
FOpenAsyncPackageResult OpenAsyncReadPackage
(
const FPackagePath& PackagePath, |
UObject/PackageResourceManager.h | ||
FOpenAsyncPackageResult OpenAsyncReadPackage
(
const FPackagePath& PackagePath, |
OpenAsyncReadPackage that takes a PackageSegment | UObject/PackageResourceManager.h |
OpenAsyncReadPackage(const FPackagePath &)
Description
Open an IAsyncReadFileHandle to asynchronously read the bytes of the package
If the PackagePath specifies the extension, this call does not hit the disk/network or block. Otherwise, this call will read from network/disk to find the extension This call will always return a non-null handle, even if the package does not exist
| Name | OpenAsyncReadPackage |
| 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 |
FOpenAsyncPackageResult OpenAsyncReadPackage
(
const FPackagePath & PackagePath
)
An FOpenAsyncPackageResult, with Handle that will read from the package if it exists, or will be in the canceled state if the package does not exist, and with other data describing the returned archive (see FOpenAsyncPackageResult)
Parameters
| Name | Remarks |
|---|---|
| PackagePath | The package to look for |
OpenAsyncReadPackage(const FPackagePath &, EPackageSegment)
| Name | OpenAsyncReadPackage |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageResourceManager.h |
| Include Path | #include "UObject/PackageResourceManager.h" |
FOpenAsyncPackageResult OpenAsyncReadPackage
(
const FPackagePath & PackagePath,
EPackageSegment PackageSegment
)
OpenAsyncReadPackage(const FPackagePath &, FBulkDataCookedIndex, EPackageSegment)
Description
OpenAsyncReadPackage that takes a PackageSegment
| Name | OpenAsyncReadPackage |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageResourceManager.h |
| Include Path | #include "UObject/PackageResourceManager.h" |
FOpenAsyncPackageResult OpenAsyncReadPackage
(
const FPackagePath & PackagePath,
FBulkDataCookedIndex CookedIndex,
EPackageSegment PackageSegment
)