Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/Model > API/Plugins/ConcertSharedSlate/Model/Item > API/Plugins/ConcertSharedSlate/Model/Item/FSourceModelBuilders
References
| Module | ConcertSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Model/Item/SourceModelBuilders.h |
| Include | #include "Model/Item/SourceModelBuilders.h" |
Syntax
struct FItemPickerArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< FText > | DisabledToolTipAttribute | Optional. If IsEnabled returns true, this tooltip is displayed on the relevant UI. | |
| EItemPickerFlags | Flags | Special flags for altering default behavior. | |
| FGetItemDisplayString | GetItemDisplayString | Required. Gets the display string for the item. | |
| FGetItemIcon | GetItemIcon | Optional. Gets the icon to display for the item. | |
| TAttribute< bool > | IsEnabledAttribute | Optional. Whether the UI is enabled. | |
| FIsItemSelected | IsItemSelected | Optional. Used primarily to filter out objects that are already selected. | |
| FOnItemsSelected | OnItemsSelected | Required. Called when items are picked by the widget. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FItemPickerArgs
(
FOnItemsSelected OnObjectsSelected, |