Navigation
API > API/Plugins > API/Plugins/MediaViewer
Settings related to drawing panel contents other than the image itself.
| Name | FMediaImageViewerPanelSettings |
| Type | struct |
| Header File | /Engine/Plugins/Media/MediaViewer/Source/MediaViewer/Public/ImageViewer/MediaImageViewer.h |
| Include Path | #include "ImageViewer/MediaImageViewer.h" |
Syntax
USTRUCT ()
struct FMediaImageViewerPanelSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackgroundColor | TOptional< FLinearColor > | Color for the background within the image rectangle. | ImageViewer/MediaImageViewer.h |
|
| BackgroundTexture | TSoftObjectPtr< UTexture > | If set, this is drawn over the top of the background color. Example usage: checkered background. | ImageViewer/MediaImageViewer.h |
|