Navigation
API > API/Plugins > API/Plugins/DisplayClusterOperator
An extender that can be passed to external modules to allow them to extend the operator panel's status bar
| Name | FDisplayClusterOperatorStatusBarExtender |
| Type | class |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterOperator/Public/DisplayClusterOperatorStatusBarExtender.h |
| Include Path | #include "DisplayClusterOperatorStatusBarExtender.h" |
Syntax
class FDisplayClusterOperatorStatusBarExtender
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| WidgetDrawers | TArray< TPair< int32, FWidgetDrawerConfig > > | DisplayClusterOperatorStatusBarExtender.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddWidgetDrawer
(
const FWidgetDrawerConfig& InWidgetDrawerConfig, |
Adds a new widget drawer to the status bar | DisplayClusterOperatorStatusBarExtender.h | |
void RegisterExtensions
(
TSharedRef< SDisplayClusterOperatorStatusBar > StatusBar |
Registers any status bar extensions with the specified status bar | DisplayClusterOperatorStatusBarExtender.h |