Navigation
Unreal Engine C++ API Reference > Editor > MainFrame > Interfaces > IMainFrameModule
References
Module | MainFrame |
Header | /Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h |
Include | #include "Interfaces/IMainFrameModule.h" |
void SetMainTab ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SDockTab](API\Runtime\Slate\Widgets\Docking\SDockTab) > & MainTab )
Remarks
Sets the reference to the main tab.
Parameters
Name | Description |
---|---|
MainTab | The main tab. |