Navigation
Unreal Engine C++ API Reference > 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< FEx... | MenuExtender | Extender used to add to the menu for this tab |
TArray< FMinorT... | MinorTabs | Any additional minor tabs to add |
TSharedPtr< FTa... | TabManager | Tab manager for this major tab |
TSharedRef< FWo... | WorkspaceGroup |
Constructors
Type | Name | Description |
---|---|---|
FInsightsMajorTabExtender ( TSharedPtr< FTabManager >& InTabMa..., TSharedRef< FWorkspaceItem > InWork... ) |
Functions
Type | Name | Description |
---|---|---|
FMinorTabCon... | AddMinorTabConfig () | |
FLayoutExten... | GetLayoutExtender () | |
TSharedPtr< ... | GetMenuExtender () | |
const TArray... | GetMinorTabs () | |
TSharedPtr< ... | GetTabManager () | |
TSharedRef< ... | GetWorkspaceGroup () |