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