Navigation
API > API/Editor > API/Editor/GraphEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBorder
- SGraphPin
- SGraphPinNameList
- SGraphPinDataTableRowName
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphPinNameList.h |
| Include | #include "SGraphPinNameList.h" |
Syntax
class SGraphPinNameList : public SGraphPin
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< class SNameComboBox > | ComboBox | ||
| TArray< TSharedPtr< FName > > | NameList | The actual list of FName values to choose from |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ComboBoxSelectionChanged
(
TSharedPtr< FName > StringItem, |
Function to set the newly selected index | |
| void | Construct
(
const FArguments& InArgs, |
Overridden from SGraphPin
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | Function to create class specific widget. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |