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