UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AsyncLoading2.h File Reference

Go to the source code of this file.

Classes

class  FPackageImportReference
 
class  FPackageObjectIndex
 
class  FPublicExportKey
 
struct  FZenPackageVersioningInfo
 
struct  FZenPackageImportedPackageNamesContainer
 
struct  FZenPackageSummary
 
struct  FZenPackageCellOffsets
 
struct  FExportBundleEntry
 
struct  FDependencyBundleEntry
 
struct  FDependencyBundleHeader
 
struct  FScriptObjectEntry
 
struct  FExportMapEntry
 
struct  FCellExportMapEntry
 
struct  FBulkDataMapEntry
 
struct  FRuntimeScriptPackages
 

Enumerations

enum class  EExportFilterFlags : uint8 { None , NotForClient , NotForServer }
 
enum class  EZenPackageVersion : uint32 {
  Initial , DataResourceTable , ImportedPackageNames , ExportDependencies ,
  LatestPlusOne , Latest = LatestPlusOne - 1
}
 

Functions

COREUOBJECT_API void FindAllRuntimeScriptPackages (FRuntimeScriptPackages &OutPackages)
 
IAsyncPackageLoaderMakeAsyncPackageLoader2 (FIoDispatcher &InIoDispatcher)
 

Enumeration Type Documentation

◆ EExportFilterFlags

enum class EExportFilterFlags : uint8
strong

Export filter flags.

Enumerator
None 
NotForClient 
NotForServer 

◆ EZenPackageVersion

enum class EZenPackageVersion : uint32
strong
Enumerator
Initial 
DataResourceTable 
ImportedPackageNames 
ExportDependencies 
LatestPlusOne 
Latest 

Function Documentation

◆ FindAllRuntimeScriptPackages()

COREUOBJECT_API void FindAllRuntimeScriptPackages ( FRuntimeScriptPackages OutPackages)

◆ MakeAsyncPackageLoader2()

IAsyncPackageLoader * MakeAsyncPackageLoader2 ( FIoDispatcher InIoDispatcher)

Creates a new instance of the AsyncPackageLoader #2.

Parameters
InIoDispatcherThe I/O dispatcher.
Returns
The async package loader.