Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/IO/PackageStore.h |
Include |
#include "IO/PackageStore.h" |
struct FPackageStoreEntryResource
Package store entry resource.
This is a non-optimized serializable version of a package store entry. Used when cooking and when running cook-on-the-fly.
Name | Description | ||
---|---|---|---|
|
ExportInfo |
The package export information. |
|
|
Flags |
The package store entry flags. |
|
|
ImportedPackageIds |
Imported package IDs. |
|
|
PackageName |
The package name. |
|
|
Region |
Region name for localized packages. |
|
|
ShaderMapHashes |
Referenced shader map hashes. |
|
|
SourcePackageName |
Used for localized and redirected packages. |
Name | Description | ||
---|---|---|---|
|
FPackageStor... |
FromCbObject ( |
|
|
GetPackageId() |
Returns the package ID. |
|
|
GetSourcePackageId() |
Returns the source package ID. |
|
|
GetSourcePackageName() |
||
|
IsOptional() |
Returns whether this package is optional. |
|
|
IsRedirected() |
Returns whether this package is redirected. |