Navigation
API > API/Runtime > API/Runtime/CoreUObject
| |
|
| Name |
ECompiledInUObjectsRegisteredStatus |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path |
#include "UObject/UObjectGlobals.h" |
Syntax
enum ECompiledInUObjectsRegisteredStatus
{
Delayed,
PreCDO,
PostCDO,
}
Values
| Name |
Remarks |
| 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. |