Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IO
Inheritance Hierarchy
- IPackageStore
- PRAGMA_DISABLE_DEPRECATION_WARNINGS
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/IO/PackageStore.h |
| Include | #include "IO/PackageStore.h" |
Syntax
class IPackageStore
Remarks
Stores information about available packages that can be loaded.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DoesPackageExist
(
FPackageId PackageId |
Returns whether the package exists. | |
| 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 | Initialize () |
||
| void | Lock () |
Lock the package store for reading | |
| FEntriesAddedEvent & | |||
| void | Unlock () |
Unlock the package store |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FEntriesAddedEvent | Event broadcasted when pending entries are completed and added to the package store |