FInsightsMajorTabConfig

Configuration for an Insights major tab

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 FInsightsMajorTabConfig  

Remarks

Configuration for an Insights major tab

Variables

Type Name Description
bool bIsAvailable Whether the tab is available for selection (i.e. registered with the tab manager)
FText ConfigDisplayName Display name for this config
FName ConfigId Identifier for this config
TSharedPtr< FTa... Layout The tab layout to use. If not specified, the default will be used.
TOptional< FSla... TabIcon Icon for the tab. If this is not set the default will be used
TOptional< FTex... TabLabel Label for the tab. If this is not set the default will be used
TOptional< FTex... TabTooltip Tooltip for the tab. If this is not set the default will be used
TSharedPtr< FWo... WorkspaceGroup The menu workspace group to use. If not specified, the default will be used.

Constructors

Type Name Description
  FInsightsMajorTabConfig ()  

Functions

Type Name Description
FInsightsMaj... Unavailable () Helper function for creating unavailable tab configs

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library