SPinComboBox

Class implementation to create combo box.

Unreal Engine C++ API Reference > Editor > GraphEditor

Inheritance Hierarchy

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SGraphPinComboBox.h
Include #include "SGraphPinComboBox.h"

Syntax

class SPinComboBox : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\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 TShare... GetSelectedItem () Function to return currently selected string.
void RemoveItemByIndex ( int32 InIndexToRemove )  

Classes

Type Name Description
Public struct FArguments  

Typedefs

Name Description
FOnSelectionChanged  
SComboList  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library