Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights
References
| Module | TraceInsights |
| Header | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include | #include "Insights/IUnrealInsightsModule.h" |
Syntax
struct FInsightsMajorTabExtender
Remarks
Combination of extenders applied to the individual major tabs within Insights
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLayoutExtender | LayoutExtender | Extender used when creating the layout for this tab | |
| TSharedPtr< FExtender > | MenuExtender | Extender used to add to the menu for this tab | |
| TArray< FMinorTabConfig > | MinorTabs | Any additional minor tabs to add | |
| TSharedPtr< FTabManager > | TabManager | Tab manager for this major tab | |
| TSharedRef< FWorkspaceItem > | WorkspaceGroup |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInsightsMajorTabExtender
(
TSharedPtr< FTabManager >& InTabManager, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMinorTabConfig & | |||
| FLayoutExtender & | |||
| TSharedPtr< FExtender > & | |||
| const TArray< FMinorTabConfig > & | GetMinorTabs () |
||
| TSharedPtr< FTabManager > | |||
| TSharedRef< FWorkspaceItem > |