Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SWidgetDrawer
Description
Registers a new drawer with this status bar. Registering will add a button to open and close the drawer
| Name | RegisterDrawer |
| 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 RegisterDrawer
(
FWidgetDrawerConfig && Drawer,
int32 SlotIndex
)