Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights > API/Developer/TraceInsights/Insights/IUnrealInsightsModule
References
| Module | TraceInsights |
| Header | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include | #include "Insights/IUnrealInsightsModule.h" |
void RegisterMajorTabConfig
&40;
const FName & InMajorTabId,
const FInsightsMajorTabConfig & InConfig
&41;
Remarks
Registers a major tab layout. This defines how the major tab will appear when spawned. If this is not called prior to tabs being spawned then the built-in default layout will be used.
Parameters
| Name | Description |
|---|---|
| InMajorTabId | The major tab ID we are supplying a layout to |
| InConfig | The config to use when spawning the major tab |