Navigation
API > API/Editor > API/Editor/StatusBar
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UDynamicSubsystem
- UEditorSubsystem
- UStatusBarSubsystem
References
| Module | StatusBar |
| Header | /Engine/Source/Editor/StatusBar/Public/StatusBarSubsystem.h |
| Include | #include "StatusBarSubsystem.h" |
Syntax
class UStatusBarSubsystem :
public UEditorSubsystem,
public IProgressNotificationHandler
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | |||
| void | ClearStatusBarMessages
(
FName StatusBarName |
Removes all messages from the status bar | |
| bool | Forces all drawers to dismiss. | ||
| TSharedRef< SWidget > | MakeStatusBarWidget
(
FName UniqueStatusBarName, |
Creates a new instance of a status bar widget | |
| bool | Opens the content browser drawer for a status bar residing in the active window | ||
| bool | Opens the output log drawer for a status bar residing in the active window | ||
| void | PopStatusBarMessage
(
FName StatusBarName, |
Removes a message from the status bar. | |
| FStatusBarMessageHandle | PushStatusBarMessage
(
FName StatusBarName, |
Pushes a new status bar message | |
| FStatusBarMessageHandle | PushStatusBarMessage
(
FName StatusBarName, |
Pushes a new status bar message | |
| void | RegisterDrawer
(
FName StatusBarName, |
Creates a new instance of a status bar widget | |
| bool | ToggleDebugConsole
(
TSharedRef< SWindow > ParentWindow, |
Focuses the debug console or opens the output log drawer on the status bar for status bar residing in the passed in parent window | |
| bool | TryToggleDrawer
(
const FName DrawerId |
Tries to toggle the given drawer | |
| void | UnregisterDrawer
(
FName StatusBarName, |
Unregisters and destroys the drawer with the given DrawerId |
Overridden from USubsystem
| Type | Name | Description | |
|---|---|---|---|
| void | Deinitialize () |
Internal cleanup | |
| void | Initialize
(
FSubsystemCollectionBase& Collection |
Prepares for use |
Constants
| Name | Description |
|---|---|
| MessageHandleCounter |