Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include | #include "UObject/UObjectGlobals.h" |
Syntax
enum ECompiledInUObjectsRegisteredStatus
{
Delayed,
PreCDO,
PostCDO,
}
Values
| Name | Description |
|---|---|
| Delayed | Registration for the given module has been delayed and will be registered with a layer notification where the package name is NAME_None. |
| PreCDO | All pending registrations have been done but CDOs have not been created. |
| PostCDO | All pending registrations and CDO creation has been done. |