Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor
Inheritance Hierarchy
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/SGraphPinNameList.h |
Include | #include "SGraphPinNameList.h" |
Syntax
class SGraphPinNameList : public [SGraphPin](API\Editor\GraphEditor\SGraphPin)
Variables
Type | Name | Description |
---|---|---|
TSharedPtr< cla... | ComboBox | |
TArray< TShared... | NameList | The actual list of FName values to choose from |
Functions
Type | Name | Description |
---|---|---|
void | ComboBoxSelectionChanged ( TSharedPtr< FName > StringItem, ESelectInfo::Type SelectInfo ) | Function to set the newly selected index |
void | Construct ( const FArguments& InArgs, UEdGraphPin* InGraphPinObj, const TArray< TSharedPtr< FName >> ... ) |
Overridden from SGraphPin
Type | Name | Description |
---|---|---|
TSharedRef< ... | GetDefaultValueWidget () | Function to create class specific widget. |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |