Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageStoreEntryResource
Description
Creates a PackageStoreEntryResource that records a packagename and will be in an op with possible metadata stored in attachments, but for which the op has no packagedata. This is used for tracking build dependencies on packages even if those packages fail to cook due to error or editoronly.
| Name | CreateEmptyPackage |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/PackageStore.h |
| Include Path | #include "Serialization/PackageStore.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/PackageStore.cpp |
static FPackageStoreEntryResource CreateEmptyPackage
(
FName PackageName,
bool bHasCookError
)