Navigation
API > API/Plugins > API/Plugins/ModelingEditorUI > API/Plugins/ModelingEditorUI/SComboPanel
Item in the Combo Flyout (ie selectable option).
| Name | FComboPanelItem |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/ModelingEditorUI/Public/ModelingWidgets/SComboPanel.h |
| Include Path | #include "ModelingWidgets/SComboPanel.h" |
Syntax
struct FComboPanelItem
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Icon | const FSlateBrush * | Icon | ModelingWidgets/SComboPanel.h | |
| Identifier | int | Integer identifier. Must be unique for each Item. | ModelingWidgets/SComboPanel.h | |
| Name | FText | Text label shown as overlay on the icon | ModelingWidgets/SComboPanel.h |