Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/IImageViewer
Description
Returns the name of a currently available image. This is potentially used in the UI to refer to an image.
| Name | GetImageName |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Public/IImageViewer.h |
| Include Path | #include "IImageViewer.h" |
FText GetImageName
(
const FGuid & Guid
) const
Name of the image if the GUID represents a currently available image
Parameters
| Name | Remarks |
|---|---|
| Guid | Unique identifier of the potentially available image |