Navigation
API > API/Plugins > API/Plugins/MediaViewer
Parameters used by the image viewers to paint their image.
| Name | FMediaImageCanvasPaintParams |
| Type | struct |
| Header File | /Engine/Plugins/Media/MediaViewer/Source/MediaViewer/Public/ImageViewer/MediaImageViewer.h |
| Include Path | #include "ImageViewer/MediaImageViewer.h" |
Syntax
struct FMediaImageCanvasPaintParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Canvas | UCanvas * | The canvas to draw on. | ImageViewer/MediaImageViewer.h | |
| ImageOpacity | float | Opacity to draw the image with. 0-1. | ImageViewer/MediaImageViewer.h | |
| Orientation | const EOrientation | Orientation of the panel split. | ImageViewer/MediaImageViewer.h | |
| UVRange | const FFloatRange & | UV Range to draw the image on, either horizontally (L->R) and vertically (T->B). | ImageViewer/MediaImageViewer.h |