Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/IImageViewer
Description
Provides any necessary metadata for the image widgets about the image that is currently supposed to be displayed. This data is generic in the sense that the image widgets don't need to know any of the image structure, its content or how to draw it. Instead, the image drawing is done directly via
| Name | GetCurrentImageInfo |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Public/IImageViewer.h |
| Include Path | #include "IImageViewer.h" |
FImageInfo GetCurrentImageInfo() const
information about the image to be displayed
See Also
- DrawCurrentImage.