Navigation
API > API/Plugins > API/Plugins/MediaViewer
| Name | FMediaImageStatusBarExtender |
| Type | class |
| Header File | /Engine/Plugins/Media/MediaViewer/Source/MediaViewer/Public/Widgets/MediaImageStatusBarExtender.h |
| Include Path | #include "Widgets/MediaImageStatusBarExtender.h" |
Syntax
class FMediaImageStatusBarExtender
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Extensions | TArray< FMediaImageStatusBarExtension > | List of extensions that get applied to the viewport status bar. | Widgets/MediaImageStatusBarExtender.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddExtension
(
FName InExtensionHook, |
Adds an extension to the status bar. | Widgets/MediaImageStatusBarExtender.h | |
void Apply
(
FName InExtensionHook, |
Used by the viewport to add extensions to the status bar. | Widgets/MediaImageStatusBarExtender.h |