Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IPackageResourceManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64 FileSize
(
const FPackagePath& PackagePath, |
Report the payload size of the package | UObject/PackageResourceManager.h | |
int64 FileSize
(
const FPackagePath& PackagePath, |
UObject/PackageResourceManager.h | ||
int64 FileSize
(
const FPackagePath& PackagePath, |
FileSize that takes a PackageSegment | UObject/PackageResourceManager.h |
FileSize(const FPackagePath &, FPackagePath *)
Description
Report the payload size of the package
| Name | FileSize |
| 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 |
int64 FileSize
(
const FPackagePath & PackagePath,
FPackagePath * OutUpdatedPath
)
The size in bytes of the package, or INDEX_NONE if it isn't found
Parameters
| Name | Remarks |
|---|---|
| PackagePath | The package to look for |
| OutUpdatedPath | If non-null and the package is found, PackagePath is copied into this path (noop if OutUpdatedPath == &PackagePath), and if the package exists, the specific extension found is set |
FileSize(const FPackagePath &, EPackageSegment, FPackagePath *)
| Name | FileSize |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageResourceManager.h |
| Include Path | #include "UObject/PackageResourceManager.h" |
int64 FileSize
(
const FPackagePath & PackagePath,
EPackageSegment PackageSegment,
FPackagePath * OutUpdatedPath
)
FileSize(const FPackagePath &, FBulkDataCookedIndex, EPackageSegment, FPackagePath *)
Description
FileSize that takes a PackageSegment
| Name | FileSize |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageResourceManager.h |
| Include Path | #include "UObject/PackageResourceManager.h" |
int64 FileSize
(
const FPackagePath & PackagePath,
FBulkDataCookedIndex CookedIndex,
EPackageSegment PackageSegment,
FPackagePath * OutUpdatedPath
)