IUnrealInsightsModule::OnRegisterMajorTabExtension

Allows for registering a delegate callback for populating a [FInsightsMajorTabExtender](API\Developer\TraceInsights\Insights\FInsightsMajorTabExtender) structure.

Windows
MacOS
Linux

References

Module

TraceInsights

Header

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

Include

#include "Insights/IUnrealInsightsModule.h"

Syntax

FOnRegisterMajorTabExtensions & OnRegisterMajorTabExtension
(
    const FName & InMajorTabId
)

Remarks

Allows for registering a delegate callback for populating a FInsightsMajorTabExtender structure.

Parameters

Parameter

Description

InMajorTabId

The major tab ID to register the delegate for

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