Navigation
API > API/Editor > API/Editor/GraphEditor
Inheritance Hierarchy
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphPinComboBox.h |
| Include | #include "SGraphPinComboBox.h" |
Syntax
class SPinComboBox : public SCompoundWidget
Remarks
Class implementation to create combo box.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Construct combo box using combo button and combo list. | |
| const TSharedPtr< int32 > | Function to return currently selected string. | ||
| void | RemoveItemByIndex
(
int32 InIndexToRemove |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FOnSelectionChanged | |
| SComboList |