Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/IImageViewer
Information necessary for correctly drawing an image.
| Name | FDrawProperties |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Public/IImageViewer.h |
| Include Path | #include "IImageViewer.h" |
Syntax
struct FDrawProperties
Structs
| Name | Remarks |
|---|---|
| FABComparison | Information necessary for rendering AB comparisons. |
| FMip | Information about MIP levels. This can be ignored if the image type does not support MIPs. |
| FPlacement | Where in the 2D plane the image rectangle is supposed to be drawn. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ABComparison | FABComparison | IImageViewer.h | ||
| Mip | FMip | IImageViewer.h | ||
| Placement | FPlacement | IImageViewer.h |