FGlobalTabmanager::AddLegacyTabType

Adds a legacy tab type to the tab type redirection map so tabs loaded with this type will be automatically converted to the new type

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 AddLegacyTabType
(
    FName InLegacyTabType,
    FName InNewTabType
)

Remarks

Adds a legacy tab type to the tab type redirection map so tabs loaded with this type will be automatically converted to the new type

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