Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/Model > API/Plugins/ConcertSharedSlate/Model/Item
References
| Module | ConcertSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Model/Item/SourceModelBuilders.h |
| Include | #include "Model/Item/SourceModelBuilders.h" |
Syntax
template<typename TItemType>
struct FSourceModelBuilders
Remarks
Utility for creating widgets of IItemSourceModel and categories thereof (TSourceSelectionCategory).
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddOptionToMenu
(
TSharedRef< IItemSourceModel< TItemType > > Option, |
Adds the option to a context-menu | |
| TSharedRef< SWidget > | BuildCategory
(
const TSourceSelectionCategory< TItemType >& Category, |
Builds a combo button where each entry corresponds to one IItemSourceModel. | |
| TSharedRef< SWidget > | MakeStandaloneWidget
(
TSharedRef< IItemSourceModel< TItemType > > Source, |
Creates a combo button inlining the source model. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FItemPickerArgs |
Typedefs
| Name | Description |
|---|---|
| FGetItemDisplayString | |
| FGetItemIcon | |
| FIsItemSelected | |
| FOnItemsSelected |