Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SPinComboBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SPinComboBox::FArguments
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphPinComboBox.h |
| Include | #include "SGraphPinComboBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SPinComboBox >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ComboItemList
(
const TAttribute< TArray< TSharedPtr< int32 > > >& InAttribute |
||
| WidgetArgsType & | OnGetDisplayName
(
const FGetComboItemDisplayString& InDelegate |
||
| WidgetArgsType & | OnGetTooltip
(
const FGetComboItemDisplayString& InDelegate |
||
| WidgetArgsType & | OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
||
| WidgetArgsType & | VisibleText
(
const TAttribute< FString >& InAttribute |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |