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
Implements Interfaces
Structs
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Constructs this widget. |
Widgets/Input/SComboBox.h |
|
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Handle case where user clicks on an existing selected item |
Widgets/Input/SComboBox.h |
|