Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/FSourceModelBuilders
Description
Creates a combo button inlining the source model.
This is the inlined case of when a category only contains one item source. Used by BuildCategory.
Creates a widget that displays the IItemSourceModel according to its specifications. Mainly to be used by BuildCategory.
| Name | MakeStandaloneWidget |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Model/Item/SourceModelBuilders.h |
| Include Path | #include "Model/Item/SourceModelBuilders.h" |
static TSharedRef < SWidget > MakeStandaloneWidget
(
TSharedRef < IItemSourceModel < TItemType > > Source,
FItemPickerArgs Args,
FSlateIcon Icon
)