UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EAsyncPackageState Namespace Reference

Enumerations

enum  Type { TimeOut = 0 , PendingImports , Complete }
 

Detailed Description

State of the async package after the last tick.

Enumeration Type Documentation

◆ Type

Enumerator
TimeOut 

Package tick has timed out.

PendingImports 

Package has pending import packages that need to be streamed in.

Complete 

Package has finished loading.