Navigation
API > API/Developer > API/Developer/TraceInsightsFrontend > API/Developer/TraceInsightsFrontend/InsightsFrontend
Inheritance Hierarchy
- IModuleInterface
- ITraceInsightsFrontendModule
References
| Module | TraceInsightsFrontend |
| Header | /Engine/Source/Developer/TraceInsightsFrontend/Public/InsightsFrontend/ITraceInsightsFrontendModule.h |
| Include | #include "InsightsFrontend/ITraceInsightsFrontendModule.h" |
Syntax
class ITraceInsightsFrontendModule : public IModuleInterface
Remarks
Interface for TraceInsightsCore module.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ConnectToStore
(
const TCHAR* InStoreHost, |
||
| void | CreateFrontendWindow
(
const UE::Insights::FCreateFrontendWindowParams& Params |
||
| TSharedPtr< UE::Insights::SConnectionWindow > | |||
| TSharedPtr< UE::Insights::STraceStoreWindow > | |||
| void | RunAutomationTests
(
const FString& InCmd |
Called to run automation tests in Unreal Insights. |