Navigation
API > API/Editor > API/Editor/StatusBar > API/Editor/StatusBar/UStatusBarSubsystem
References
| Module | StatusBar |
| Header | /Engine/Source/Editor/StatusBar/Public/StatusBarSubsystem.h |
| Include | #include "StatusBarSubsystem.h" |
| Source | /Engine/Source/Editor/StatusBar/Private/StatusBarSubsystem.cpp |
void RegisterDrawer
&40;
FName StatusBarName,
FWidgetDrawerConfig && Drawer,
int32 SlotIndex
&41;
Remarks
Creates a new instance of a status bar widget
Parameters
| Name | Description |
|---|---|
| StatusBarName | The name of the status bar to add the drawer to |
| Drawer | The drawer to add to the status bar |
| SlotIndex | The position at which to add the new drawer |