Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/IUnrealInsightsModule
Description
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.
| Name | RegisterMajorTabConfig |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include Path | #include "Insights/IUnrealInsightsModule.h" |
void RegisterMajorTabConfig
(
const FName & InMajorTabId,
const FInsightsMajorTabConfig & InConfig
)
Parameters
| Name | Remarks |
|---|---|
| InMajorTabId | The major tab ID we are supplying a layout to |
| InConfig | The config to use when spawning the major tab |