FTabManager::FPrivateApi::OnTabRelocated

Notify the tab manager that a tab has been relocated.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h

Include

#include "Framework/Docking/TabManager.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Docking/TabManager.cpp

Syntax

void OnTabRelocated
(
    const TSharedRef< SDockTab > & RelocatedTab,
    const TSharedPtr< SWindow > & NewOwnerWindow
)

Remarks

Notify the tab manager that a tab has been relocated. If the tab now lives in a new window, the NewOwnerWindow should be a valid pointer.

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