Navigation
API > API/Runtime > API/Runtime/Slate
| Name | SComboRow |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboBox.h |
| Include Path | #include "Widgets/Input/SComboBox.h" |
Syntax
template<typename OptionType>
class SComboRow : public STableRow< OptionType >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → STableRow → SComboRow
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → STableRow → SComboRow
- STableRow → SComboRow
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Constructs this widget. | Widgets/Input/SComboBox.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply OnMouseButtonDown
(
const FGeometry& MyGeometry, |
Handle case where user clicks on an existing selected item | Widgets/Input/SComboBox.h |