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