Navigation
API > API/Plugins > API/Plugins/ImageWidgets
Contains all data for a catalog item.
| Name | FImageCatalogItemData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Public/SImageCatalog.h |
| Include Path | #include "SImageCatalog.h" |
Syntax
struct FImageCatalogItemData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImageCatalogItemData
(
FGuid Guid, |
SImageCatalog.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Guid | FGuid | Unique identifier for the catalog item | SImageCatalog.h | |
| Info | FText | Auxiliary information for the item | SImageCatalog.h | |
| Name | FText | Name of the item | SImageCatalog.h | |
| Thumbnail | FSlateBrush | Brush used for displaying the item's thumbnail | SImageCatalog.h | |
| ToolTip | FText | Tooltip that is shown when hovering over any part of the item's widget in the catalog | SImageCatalog.h |