Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | SGraphPinNameList |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphPinNameList.h |
| Include Path | #include "SGraphPinNameList.h" |
Syntax
class SGraphPinNameList : public SGraphPin
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinNameList
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinNameList
Derived Classes
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SGraphPinNameList.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ComboBoxSelectionChanged
(
TSharedPtr< FName > StringItem, |
Function to set the newly selected index | SGraphPinNameList.h |
Overridden from SGraphPin
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > GetDefaultValueWidget() |
Function to create class specific widget. | SGraphPinNameList.h |