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

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