Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/SImageViewport
Contains any extensions widgets for the viewport toolbar. This implementation is similar to the existing toolbar extender, i.e. FExtender, which is designed to only work with dedicated toolbar builders and can currently not be with status bars.
| Name | FStatusBarExtender |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Public/SImageViewport.h |
| Include Path | #include "SImageViewport.h" |
Syntax
class FStatusBarExtender
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDelegate | TBaseDelegate_OneParam< void, SHorizontalBox & > | Delegate that gets called for each extension when the status bar is constructed. The given | SImageViewport.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Extensions | TArray< TPimplPtr< FStatusBarExtension > > | List of extensions that get applied to the viewport status bar. | SImageViewport.h | |
| SImageViewport | friend | SImageViewport.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddExtension
(
FName ExtensionHook, |
Adds an extension to the status bar. | SImageViewport.h |