Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor > SGraphPinNameList
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/SGraphPinNameList.h |
Include | #include "SGraphPinNameList.h" |
Source | /Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinNameList.cpp |
void ComboBoxSelectionChanged ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FName](API\Runtime\Core\UObject\FName) > StringItem, [ESelectInfo::Type](API\Runtime\SlateCore\Types\ESelectInfo__Type) SelectInfo )
Remarks
Function to set the newly selected index
Parameters
Name | Description |
---|---|
NewSelection | The newly selected item in the combo box |
SelectInfo | Provides context on how the selection changed |