UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAsyncPackageData Struct Reference

Public Attributes

uint8MemoryBuffer0 = nullptr
 
uint8MemoryBuffer1 = nullptr
 
TArrayView< FExportObjectExports
 
TArrayView< FExportCellCellExports
 
TArrayView< FAsyncPackage2 * > ImportedAsyncPackages
 
TArrayView< FEventLoadNode2ExportBundleNodes
 
TArrayView< const FSHAHashShaderMapHashes
 
int32 TotalExportBundleCount = 0
 
TAsyncAtomic< boolbCellExportsInitialized = false
 

Member Data Documentation

◆ bCellExportsInitialized

TAsyncAtomic<bool> FAsyncPackageData::bCellExportsInitialized = false

◆ CellExports

TArrayView<FExportCell> FAsyncPackageData::CellExports

◆ ExportBundleNodes

TArrayView<FEventLoadNode2> FAsyncPackageData::ExportBundleNodes

◆ Exports

TArrayView<FExportObject> FAsyncPackageData::Exports

◆ ImportedAsyncPackages

TArrayView<FAsyncPackage2*> FAsyncPackageData::ImportedAsyncPackages

◆ MemoryBuffer0

uint8* FAsyncPackageData::MemoryBuffer0 = nullptr

◆ MemoryBuffer1

uint8* FAsyncPackageData::MemoryBuffer1 = nullptr

◆ ShaderMapHashes

TArrayView<const FSHAHash> FAsyncPackageData::ShaderMapHashes

◆ TotalExportBundleCount

int32 FAsyncPackageData::TotalExportBundleCount = 0

The documentation for this struct was generated from the following file: