Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
Include |
#include "UObject/UObjectGlobals.h" |
namespace EAsyncPackageState
{
enum Type
{
TimeOut = 0,
PendingImports,
Complete,
}
}
Name |
Description |
---|---|
TimeOut |
Package tick has timed out. |
PendingImports |
Package has pending import packages that need to be streamed in. |
Complete |
Package has finished loading. |
State of the async package after the last tick.