Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/IImageViewer
Description
Notifies about the image with the given GUID being selected. This can be implemented as an empty function if the image viewer implementation does not support switching between different images.
| Name | OnImageSelected |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Public/IImageViewer.h |
| Include Path | #include "IImageViewer.h" |
void OnImageSelected
(
const FGuid & Guid
)
Parameters
| Name | Remarks |
|---|---|
| Guid | Unique identifier of the selected image |