Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
FIoContainerHeaderSoftPackageReferences |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/IO/IoContainerHeader.h |
| Include Path |
#include "IO/IoContainerHeader.h" |
Syntax
struct FIoContainerHeaderSoftPackageReferences
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bContainsSoftPackageReferences |
bool |
Flag indicating whether any soft package references exists. |
IO/IoContainerHeader.h |
|
| bLoadedSoftPackageReferences |
bool |
Transient flag indicating that the soft package references were loaded at runtime. |
IO/IoContainerHeader.h |
|
| PackageIds |
TArray< FPackageId > |
Deduplicated list of soft referenced package IDs for all packages in the container. |
IO/IoContainerHeader.h |
|
| PackageIndices |
TArray< uint8 > |
Indices into the package ID list for all packages in the container serialized as array views. |
IO/IoContainerHeader.h |
|
Functions
Public