UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IoContainerHeader.h File Reference
#include "Containers/Array.h"
#include "HAL/Platform.h"
#include "IO/IoContainerId.h"
#include "IO/PackageId.h"
#include "Serialization/MappedName.h"
#include "UObject/NameBatchSerialization.h"

Go to the source code of this file.

Classes

class  TFilePackageStoreEntryCArrayView< T >
 
struct  FFilePackageStoreEntry
 
struct  FIoContainerHeaderPackageRedirect
 
struct  FIoContainerHeaderLocalizedPackage
 
struct  FFilePackageStoreEntrySoftReferences
 
struct  FIoContainerHeaderSoftPackageReferences
 
struct  FIoContainerHeaderSerialInfo
 
struct  FIoContainerHeader
 

Enumerations

enum class  EIoContainerHeaderVersion : uint32 {
  Initial = 0 , LocalizedPackages = 1 , OptionalSegmentPackages = 2 , NoExportInfo = 3 ,
  SoftPackageReferences = 4 , SoftPackageReferencesOffset = 5 , LatestPlusOne , Latest = LatestPlusOne - 1
}
 

Enumeration Type Documentation

◆ EIoContainerHeaderVersion

Enumerator
Initial 
LocalizedPackages 
OptionalSegmentPackages 
NoExportInfo 
SoftPackageReferences 
SoftPackageReferencesOffset 
LatestPlusOne 
Latest