Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/SImageCatalog
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Public/SImageCatalog.h |
| Include Path | #include "SImageCatalog.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SImageCatalog >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SImageCatalog::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SImageCatalog.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SImageCatalog.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & bAllowSelectionAcrossGroups
(
bool InArg |
When an item is selected, the selection in other groups will be cleared unless this flag is set to true. | SImageCatalog.h | |
WidgetArgsType & bShowEmptyGroups
(
bool InArg |
Empty groups will be hidden unless this flag is set to true. | SImageCatalog.h | |
WidgetArgsType & DefaultGroupHeading
(
FText InArg |
Header text for the default group. | SImageCatalog.h | |
WidgetArgsType & DefaultGroupName
(
FName InArg |
Name of the default group, i.e. the group that gets used when no group is explicitly specified. | SImageCatalog.h | |
WidgetArgsType & OnGetGroupContextMenu
(
const FOnGetGroupContextMenu& InDelegate |
Delegate that gets called for creating a context menu for a group. | SImageCatalog.h | |
WidgetArgsType & OnGetItemsContextMenu
(
const FOnGetItemsContextMenu& InDelegate |
Delegate that gets called for creating a context menu for a set of selected items. | SImageCatalog.h | |
WidgetArgsType & OnItemSelected
(
const FOnItemSelected& InDelegate |
Delegate that gets called when an item is selected in the catalog. | SImageCatalog.h | |
WidgetArgsType & SelectionMode
(
ESelectionMode::Type InArg |
Defines the selection behavior within an item list, e.g. only allow single item selection or do not allow any selection. | SImageCatalog.h |