FTabManager::SetTabsTo

It sets the desired (or all) tabs in the [FTabManager::FLayoutNode](API\Runtime\Slate\Framework\Docking\FTabManager\FLayoutNode) to the desired value.

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 SetTabsTo
(
    const TSharedRef< FTabManager::FLayoutNode > & SomeNode,
    const ETabState::Type NewTabState,
    const ETabState::Type OriginalTabState
) const

Remarks

It sets the desired (or all) tabs in the FTabManager::FLayoutNode to the desired value.

Parameters

Parameter

Description

SomeNode

The area whose tabs will be modified.

NewTabState

The new TabState value.

OriginalTabState

Only the tabs with this value will be modified. Use ETabState::AnyTab to modify them all.

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