Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/SImageCatalog
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 NumItems () |
Return the total number of items in the catalog. | SImageCatalog.h | |
| Return the number of items in a group. | SImageCatalog.h |
NumItems()
Description
Return the total number of items in the catalog.
| Name | NumItems |
| 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 |
int32 NumItems() const
The number of items in the catalog across all groups.
NumItems(FName)
Description
Return the number of items in a group.
| Name | NumItems |
| 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 |
int32 NumItems
(
FName Group
) const
The number of items in the given group.
Parameters
| Name | Remarks |
|---|---|
| Group | Name of an existing group. |