IMainFrameModule::SetMainTab

Sets the reference to the main tab.

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library