Navigation
API > API/Developer > API/Developer/TraceInsights
Combination of extenders applied to the individual major tabs within Insights
| Name | FInsightsMajorTabExtender |
| Type | struct |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include Path | #include "Insights/IUnrealInsightsModule.h" |
Syntax
struct FInsightsMajorTabExtender
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInsightsMajorTabExtender
(
TSharedPtr< FTabManager >& InTabManager, |
Insights/IUnrealInsightsModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMinorTabConfig & AddMinorTabConfig() |
Insights/IUnrealInsightsModule.h | ||
FLayoutExtender & GetLayoutExtender() |
Insights/IUnrealInsightsModule.h | ||
TSharedPtr< FExtender > & GetMenuExtender() |
Insights/IUnrealInsightsModule.h | ||
const TArray< FMinorTabConfig > & GetMinorTabs() |
Insights/IUnrealInsightsModule.h | ||
TSharedPtr< FTabManager > GetTabManager() |
Insights/IUnrealInsightsModule.h | ||
TSharedRef< FWorkspaceItem > GetWorkspaceGroup() |
Insights/IUnrealInsightsModule.h |