IUnrealInsightsModule::RegisterMajorTabConfig

Registers a major tab layout.

Windows
MacOS
Linux

References

Module

TraceInsights

Header

/Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h

Include

#include "Insights/IUnrealInsightsModule.h"

Syntax

void RegisterMajorTabConfig
(
    const FName & InMajorTabId,
    const FInsightsMajorTabConfig & InConfig
)

Remarks

Registers a major tab layout. This defines how the major tab will appear when spawned. If this is not called prior to tabs being spawned then the built-in default layout will be used.

Parameters

Parameter

Description

InMajorTabId

The major tab ID we are supplying a layout to

InConfig

The config to use when spawning the major tab

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