Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SDockTab > API/Runtime/Slate/SDockTab/FArguments
Description
Invoked when a tab is closed from a drawer. This does not mean the tab or its contents is destroyed, just hidden. Use OnTabClosed for that
| Name | OnTabDrawerClosed |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h |
| Include Path | #include "Widgets/Docking/SDockTab.h" |
WidgetArgsType & OnTabDrawerClosed
(
const FSimpleDelegate & InDelegate
)