Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SNameComboBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SNameComboBox::FArguments
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SNameComboBox.h |
| Include | #include "SNameComboBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SNameComboBox >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Text color and opacity | |
| WidgetArgsType & | ComboBoxStyle
(
const FComboBoxStyle* InArg |
||
| WidgetArgsType & | ContentPadding
(
const TAttribute< FMargin >& InAttribute |
Visual padding of the button content for the combobox | |
| WidgetArgsType & | Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Sets the font used to draw the text | |
| WidgetArgsType & | InitiallySelectedItem
(
TSharedPtr< FName > InArg |
Called when combo box needs to establish selected item | |
| WidgetArgsType & | OnComboBoxOpening
(
const FOnComboBoxOpening& InDelegate |
Called when the combo box is opened | |
| WidgetArgsType & | OnGetNameLabelForItem
(
const FGetNameComboLabel& InDelegate |
[Optional] Called to get the label for the currently selected item | |
| WidgetArgsType & | OnSelectionChanged
(
const FOnNameSelectionChanged& InDelegate |
Called when the FName is chosen. | |
| WidgetArgsType & | OptionsSource
(
TArray< TSharedPtr< FName > >* InArg |
Selection of FNames to pick from |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |