Navigation
Unreal Engine C++ API Reference > Developer > ToolWidgets > SWidgetDrawer
References
Module | ToolWidgets |
Header | /Engine/Source/Developer/ToolWidgets/Public/SWidgetDrawer.h |
Include | #include "SWidgetDrawer.h" |
Source | /Engine/Source/Developer/ToolWidgets/Private/SWidgetDrawer.cpp |
void UnregisterDrawer ( [FName](API\Runtime\Core\UObject\FName) DrawerId )
Remarks
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
Parameters
Name | Description |
---|---|
DrawerId | name of the registered drawer to unregister |