Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/IImageViewer
Information about an image to be displayed.
| Name | FImageInfo |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Public/IImageViewer.h |
| Include Path | #include "IImageViewer.h" |
Syntax
struct FImageInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsValid | bool | Indicates that this image is valid for display. | IImageViewer.h | |
| Guid | FGuid | Unique image identifier. | IImageViewer.h | |
| NumMips | int32 | Number of available MIPs. This should be set to zero if the image type does not support mips. | IImageViewer.h | |
| Size | FIntPoint | XY size of the image in pixels. | IImageViewer.h |