Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Docking > API/Runtime/Slate/Widgets/Docking/SDockTab
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 |
bool HasSiblingTab
&40;
const FTabId & SiblingTabId,
const bool TreatIndexNoneAsWildcard
&41; const
Remarks
Check to see whether this tab has a sibling tab with the given tab ID
Parameters
| Name | 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 |