Navigation
Unreal Engine C++ API Reference > Runtime > Core > IO
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/IO/PackageStore.h |
Include | #include "IO/PackageStore.h" |
Syntax
class IPackageStoreBackend
Remarks
Package store backend interface.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Destructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | BeginRead () |
Called when the loader enters a package store read scope. |
![]() |
void | EndRead () |
Called when the loader exits a package store read scope. |
![]() |
bool | GetPackageRedirectInfo
(
FPackageId PackageId, |
Returns the redirected package ID and source package name for the specified package ID if it's being redirected. |
![]() |
EPackageStoreEntryStatus | GetPackageStoreEntry
(
FPackageId PackageId, |
Returns the package store entry data with export info and imported packages for the specified package ID. |
![]() |
void | OnMounted
(
TSharedRef< const FPackageStoreBackendContext > Context |
Called when the backend is mounted |