Navigation
API > API/Plugins > API/Plugins/ModelingEditorUI > API/Plugins/ModelingEditorUI/ModelingWidgets > API/Plugins/ModelingEditorUI/ModelingWidgets/SComboPanel
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SComboPanel::FArguments
References
| Module | ModelingEditorUI |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/ModelingEditorUI/Public/ModelingWidgets/SComboPanel.h |
| Include | #include "ModelingWidgets/SComboPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SComboPanel >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ComboButtonTileSize
(
FVector2D InArg |
The size of the combo button icon tile | |
| WidgetArgsType & | ComboDisplayType
(
EComboDisplayType InArg |
Type of widget layout for the ComboButton (default to LargeIcon) | |
| WidgetArgsType & | FlyoutHeaderText
(
const TAttribute< FText >& InAttribute |
The text to display above the button list | |
| WidgetArgsType & | FlyoutSize
(
FVector2D InArg |
Size of the Flyout Panel | |
| WidgetArgsType & | FlyoutTileSize
(
FVector2D InArg |
The size of the icon tiles in the flyout | |
| WidgetArgsType & | InitialSelectionIndex
(
int InArg |
Index into ListItems of the initially-selected item, defaults to index 0 | |
| WidgetArgsType & | ListItems
(
TArray< TSharedPtr< FComboPanelItem >> InArg |
List of selectable options | |
| WidgetArgsType & | OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
Callback called when selection changes |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |