Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/SImageCatalog
Description
Update the info text of an existing item. Nothing happens if no item with the given unique identifier exists in the catalog.
| Name | UpdateItemName |
| 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 UpdateItemName
(
const FGuid & Guid,
const FText & Name
)
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. |
| Name | Text for the name label in the item's widget. |