SDockTab::HasSiblingTab

Check to see whether this tab has a sibling tab with the given tab ID

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h

Include

#include "Widgets/Docking/SDockTab.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Docking/SDockTab.cpp

Syntax

bool HasSiblingTab
(
    const FTabId & SiblingTabId,
    const bool TreatIndexNoneAsWildcard
) const

Remarks

Check to see whether this tab has a sibling tab with the given tab ID

Parameters

Parameter

Description

SiblingTabId

The ID of the tab we want to find

TreatIndexNoneAsWildcard

Note that this variable only takes effect if SiblingTabId has an InstanceId of INDEX_NONE. If true, we will consider this a "wildcard" search (matching any tab with the correct TabType, regardless of its InstanceId). If false, we will explicitly look for a tab with an InstanceId of INDEX_NONE

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