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