Navigation
API > API/Plugins > API/Plugins/EditorPerformance
Inheritance Hierarchy
- IModuleInterface
- FEditorPerformanceModule
References
| Module | EditorPerformance |
| Header | /Engine/Plugins/Experimental/EditorPerformance/Source/EditorPerformance/Public/EditorPerformanceModule.h |
| Include | #include "EditorPerformanceModule.h" |
Syntax
class FEditorPerformanceModule : public IModuleInterface
Remarks
The module holding all of the UI related pieces for EditorPerformance
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | |||
| FEditorPerformanceModule::EEditorState | |||
| const FString & | |||
| const FKPIRegistry & | |||
| bool | |||
| bool | RecordInsightsSnaphshot
(
const FKPIValue& Value |
||
| bool | RecordTelemetryEvent
(
const FKPIValue& Value |
||
| void | |||
| void | UpdateKPIs
(
float DeltaTime |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | Called right after the module DLL has been loaded and the module object has been created |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EEditorState |