Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/SImageCatalog
Description
Return the name of the group at a given position.
| Name | GetGroupNameAt |
| 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 |
TOptional < FName > GetGroupNameAt
(
int32 Index
) const
An empty value if the given position is invalid, otherwise the name of the group at that position.
Parameters
| Name | Remarks |
|---|---|
| Index | Position of the group, with 0 being the first, and |
See Also
- NumGroups() - 1 being the last.