Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
EDelayedRegisterRunPhase |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/DelayedAutoRegister.h |
| Include Path |
#include "Misc/DelayedAutoRegister.h" |
Syntax
enum EDelayedRegisterRunPhase
{
StartOfEnginePreInit,
FileSystemReady,
TaskGraphSystemReady,
StatSystemReady,
IniSystemReady,
EarliestPossiblePluginsLoaded,
PreRHIInit,
ShaderTypesReady,
PreObjectSystemReady,
ObjectSystemReady,
DeviceProfileManagerReady,
EndOfEngineInit,
NumRunOncePhases,
LiveCodingReload,
NumPhases,
}
Values
| Name |
Remarks |
| StartOfEnginePreInit |
|
| FileSystemReady |
|
| TaskGraphSystemReady |
|
| StatSystemReady |
|
| IniSystemReady |
|
| EarliestPossiblePluginsLoaded |
|
| PreRHIInit |
|
| ShaderTypesReady |
|
| PreObjectSystemReady |
|
| ObjectSystemReady |
|
| DeviceProfileManagerReady |
|
| EndOfEngineInit |
|
| NumRunOncePhases |
|
| LiveCodingReload |
|
| NumPhases |
|