FPackageStoreEntryResource

Package store entry resource.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/IO/PackageStore.h

Include

#include "IO/PackageStore.h"

Syntax

struct FPackageStoreEntryResource

Remarks

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.

Variables

Name Description

Public variable

FPackageStoreEx...

 

ExportInfo

The package export information.

Public variable

EPackageStoreEn...

 

Flags

The package store entry flags.

Public variable

TArray< FPackag...

 

ImportedPackageIds

Imported package IDs.

Public variable

FName

 

PackageName

The package name.

Public variable

FName

 

Region

Region name for localized packages.

Public variable

TArray< FSHAHas...

 

ShaderMapHashes

Referenced shader map hashes.

Public variable

FName

 

SourcePackageName

Used for localized and redirected packages.

Functions

Name Description

Public function Static

FPackageStor...

 

FromCbObject

(
    const FCbObject& Obj
)

Public function Const

FPackageId

 

GetPackageId()

Returns the package ID.

Public function Const

FPackageId

 

GetSourcePackageId()

Returns the source package ID.

Public function Const

FName

 

GetSourcePackageName()

Public function Const

bool

 

IsOptional()

Returns whether this package is optional.

Public function Const

bool

 

IsRedirected()

Returns whether this package is redirected.