IUnrealInsightsModule::OnRegisterMajorTabExtension

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

Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > IUnrealInsightsModule

References

   
Module TraceInsights
Header /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h
Include #include "Insights/IUnrealInsightsModule.h"
[FOnRegisterMajorTabExtensions](API\Developer\TraceInsights\Insights\FOnRegisterMajorTabExtensions) & OnRegisterMajorTabExtension
(
    const [FName](API\Runtime\Core\UObject\FName) & InMajorTabId
)

Remarks

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

Parameters

Name Description
InMajorTabId The major tab ID to register the delegate for

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library