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 FPackageStore
Remarks
Stores information about available packages that can be loaded.
Constructors
No constructors are accessible with public or protected access.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FPackageStore & | Get () |
|
![]() |
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. |
![]() ![]() |
bool | ||
![]() |
void | Mount
(
TSharedRef< IPackageStoreBackend > Backend, |
Mount a package store backend. |
![]() |
FPackageStoreBackendContext::FPendingEntriesAddedEvent & |
Typedefs
Name | Description |
---|---|
FBackendAndPriority |
Constants
Name | Description |
---|---|
ThreadReadCount |