Navigation
API > API/Runtime > API/Runtime/CoreUObject
Async loading progress for a specific package
| Name | EAsyncLoadingProgress |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
Syntax
enum EAsyncLoadingProgress
{
Failed,
Started,
Read,
Serialized,
FullyLoaded,
}
Values
| Name | Remarks |
|---|---|
| Failed | Package failed to load |
| Started | Package has started loading. |
| Read | Package I/O has been read. |
| Serialized | Package has finished its serialization phase. |
| FullyLoaded | Package has finished all loading phase successfully |