Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FHybridPackageStoreBackend |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/PackageStore.h |
| Include Path | #include "Serialization/PackageStore.h" |
Syntax
class FHybridPackageStoreBackend : public IPackageStoreBackend
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHybridPackageStoreBackend
(
TSharedPtr< IPackageStoreBackend > InLoosePackageStore, |
Serialization/PackageStore.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CookedPackageStore | TSharedPtr< IPackageStoreBackend > | Serialization/PackageStore.h | ||
| LoosePackageStore | TSharedPtr< IPackageStoreBackend > | Serialization/PackageStore.h |
Functions
Public
Overridden from IPackageStoreBackend
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginRead() |
Called when the loader enters a package store read scope. | Serialization/PackageStore.h | |
virtual void EndRead() |
Called when the loader exits a package store read scope. | Serialization/PackageStore.h | |
virtual bool GetPackageRedirectInfo
(
FPackageId PackageId, |
Returns the redirected package ID and source package name for the specified package ID if it's being redirected. | Serialization/PackageStore.h | |
virtual EPackageStoreEntryStatus GetPackageStoreEntry
(
FPackageId PackageId, |
Returns the package store entry data with export info and imported packages for the specified package ID. | Serialization/PackageStore.h | |
virtual EPackageLoader GetSupportedLoaders() |
Returns what possible loader types are supported by this PackageStore backend | Serialization/PackageStore.h | |
virtual void OnMounted
(
TSharedRef< const FPackageStoreBackendContext > Context |
Called when the backend is mounted | Serialization/PackageStore.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ForceLoadPackageAsLoose
(
FPackageId PackageId |
Used by the editor to tell a package to stop loading the cooked version. | Serialization/PackageStore.h |