Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SWidgetDrawer
Description
Unregisters drawer with the given DrawerId. This will dismiss the drawer immediately if its opened, and destroy the status bar widget that opens/closes the drawer
| Name | UnregisterDrawer |
| Type | function |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SWidgetDrawer.h |
| Include Path | #include "SWidgetDrawer.h" |
| Source | /Engine/Source/Developer/ToolWidgets/Private/SWidgetDrawer.cpp |
void UnregisterDrawer
(
FName DrawerId
)
Parameters
| Name | Remarks |
|---|---|
| DrawerId | name of the registered drawer to unregister |