| 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 |
|