Navigation
API > API/Editor > API/Editor/StatusBar
References
| Module | StatusBar |
| Header | /Engine/Source/Editor/StatusBar/Public/GlobalStatusBarExtension.h |
| Include | #include "GlobalStatusBarExtension.h" |
Syntax
struct IGlobalStatusBarExtension
Remarks
Extension point for extending the functionality of status bars across the entire editor.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ExtendContentBrowserDrawer
(
FWidgetDrawerConfig& WidgetDrawerConfig |
Called before the content browser drawer is registered in the status bar. | |
| void | ExtendOutputLogDrawer
(
FWidgetDrawerConfig& WidgetDrawerConfig |
Called before the output log drawer is registered in the status bar. |