Navigation
API > API/Plugins > API/Plugins/EditorPerformance > API/Plugins/EditorPerformance/FEditorPerformanceModule
| Name | EEditorState |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/EditorPerformance/Source/EditorPerformance/Public/EditorPerformanceModule.h |
| Include Path | #include "EditorPerformanceModule.h" |
Syntax
enum EEditorState
{
Editor_Boot,
Editor_Initialize,
Editor_Interact,
PIE_Startup,
PIE_Interact,
PIE_Shutdown,
}
Values
| Name | Remarks |
|---|---|
| Editor_Boot | |
| Editor_Initialize | |
| Editor_Interact | |
| PIE_Startup | |
| PIE_Interact | |
| PIE_Shutdown |