Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SDockingTabStack
Description
Returns a bool indicating whether or not a tab is in a state where it can be hidden. A tab typically shouldn't be hidden in certain conditions like if there is more than one tab in the well, or if it's in a floating window.
| Name | CanHideTabWell |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Docking/SDockingTabStack.h |
| Include Path | #include "Framework/Docking/SDockingTabStack.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabStack.cpp |
bool CanHideTabWell() const
returns true if the tab can be hidden, else it returns false