Navigation
API > API/Plugins > API/Plugins/InsightsEditor
| Name | IInsightsEditorModule |
| Type | class |
| Header File | /Engine/Plugins/TraceUtilities/Source/InsightsEditor/Public/IInsightsEditorModule.h |
| Include Path | #include "IInsightsEditorModule.h" |
Syntax
class IInsightsEditorModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetStartAnalysisOnInsightsWindowCreated
(
bool InValue |
IInsightsEditorModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IInsightsEditorModule & Get () |
Singleton-like access to this module's interface. | IInsightsEditorModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IInsightsEditorModule.h |