Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/SImageCatalog
Description
Update the thumbnail of an existing item. Nothing happens if no item with the given unique identifier exists in the catalog.
| Name | UpdateItemThumbnail |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Public/SImageCatalog.h |
| Include Path | #include "SImageCatalog.h" |
| Source | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Private/SImageCatalog.cpp |
bool UpdateItemThumbnail
(
const FGuid & Guid,
const FSlateBrush & Thumbnail
)
False if an item with the given unique identifier does not exist, otherwise true.
Parameters
| Name | Remarks |
|---|---|
| Guid | The unique identifier of the existing item. |
| Thumbnail | Brush used for the thumbnail in the item's widget. |