Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SDockTab
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanCloseTab () |
Widgets/Docking/SDockTab.h | ||
bool CanCloseTab
(
bool bIgnoreLockedTabs |
Widgets/Docking/SDockTab.h |
CanCloseTab()
| Name | CanCloseTab |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h |
| Include Path | #include "Widgets/Docking/SDockTab.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Docking/SDockTab.cpp |
bool CanCloseTab() const
true if the tab can be closed right now. Example: Callback could ask user via dialog.
CanCloseTab(bool)
| Name | CanCloseTab |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h |
| Include Path | #include "Widgets/Docking/SDockTab.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Docking/SDockTab.cpp |
bool CanCloseTab
(
bool bIgnoreLockedTabs
) const
true if the tab can be closed right now. Example: Callback could ask user via dialog.