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