Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/SImageCatalog
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearSelection () |
Clear any selection in the catalog, i.e. across all groups. | SImageCatalog.h | |
bool ClearSelection
(
FName Group |
Clear the selection for a given group; selections in other groups will be unchanged. | SImageCatalog.h |
ClearSelection()
Description
Clear any selection in the catalog, i.e. across all groups.
| Name | ClearSelection |
| 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 |
void ClearSelection()
ClearSelection(FName)
Description
Clear the selection for a given group; selections in other groups will be unchanged.
| Name | ClearSelection |
| 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 ClearSelection
(
FName Group
)
False if a group with the given name does not exist
Parameters
| Name | Remarks |
|---|---|
| Group | Name of an existing group. |