Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IO
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/IO/IoContainerHeader.h |
| Include | #include "IO/IoContainerHeader.h" |
Syntax
struct FIoContainerHeaderSoftPackageReferences
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bContainsSoftPackageReferences | Flag indicating whether any soft package references exists. | |
| TArray< FPackageId > | PackageIds | Deduplicated list of soft referenced package IDs for all packages in the container. | |
| TArray< uint8 > | PackageIndices | Indices into the package ID list for all packages in the container serialized as array views. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Empty () |