FInsightsMajorTabConfig

Configuration for an Insights major tab

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bIsAvailable

Whether the tab is available for selection (i.e. registered with the tab manager)

Public variable

FText

 

ConfigDisplayName

Display name for this config

Public variable

FName

 

ConfigId

Identifier for this config

Public variable

TSharedPtr< FTa...

 

Layout

The tab layout to use. If not specified, the default will be used.

Public variable

TOptional< FSla...

 

TabIcon

Icon for the tab. If this is not set the default will be used

Public variable

TOptional< FTex...

 

TabLabel

Label for the tab. If this is not set the default will be used

Public variable

TOptional< FTex...

 

TabTooltip

Tooltip for the tab. If this is not set the default will be used

Public variable

TSharedPtr< FWo...

 

WorkspaceGroup

The menu workspace group to use. If not specified, the default will be used.

Constructors

Name Description

Public function

FInsightsMajorTabConfig()

Functions

Name Description

Public function Static

FInsightsMaj...

 

Unavailable()

Helper function for creating unavailable tab configs

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss