Navigation
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" |
void UnregisterMajorTabConfig ( const [FName](API\Runtime\Core\UObject\FName) & InMajorTabId )
Remarks
Unregisters a major tab layout. This will revert the major tab to spawning with its default layout
Parameters
Name | Description |
---|---|
InMajorTabId | The major tab ID we are supplying a layout to |