Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SEditableComboBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h |
| Include Path | #include "Widgets/Input/SEditableComboBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SEditableComboBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SEditableComboBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Input/SEditableComboBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Input/SEditableComboBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AddButtonToolTip
(
const TAttribute< FText >& InAttribute |
Widgets/Input/SEditableComboBox.h | ||
WidgetArgsType & ButtonStyle
(
const FButtonStyle* InArg |
Widgets/Input/SEditableComboBox.h | ||
NamedSlotProperty< FArguments > Content() |
Widgets/Input/SEditableComboBox.h | ||
WidgetArgsType & ContentPadding
(
const TAttribute< FMargin >& InAttribute |
Widgets/Input/SEditableComboBox.h | ||
WidgetArgsType & InitiallySelectedItem
(
OptionType InArg |
Widgets/Input/SEditableComboBox.h | ||
WidgetArgsType & IsRenameVisible
(
EVisibility InArg |
Widgets/Input/SEditableComboBox.h | ||
WidgetArgsType & MaxListHeight
(
float InArg |
Widgets/Input/SEditableComboBox.h | ||
WidgetArgsType & OnAddClicked
(
const FOnClicked& InDelegate |
Widgets/Input/SEditableComboBox.h | ||
WidgetArgsType & OnGenerateWidget
(
const FOnGenerateWidget& InDelegate |
Widgets/Input/SEditableComboBox.h | ||
WidgetArgsType & OnGetEditableText
(
const FOnGetEditableComboBoxText& InDelegate |
Widgets/Input/SEditableComboBox.h | ||
WidgetArgsType & OnRemoveClicked
(
const FOnClicked& InDelegate |
Widgets/Input/SEditableComboBox.h | ||
WidgetArgsType & OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
Widgets/Input/SEditableComboBox.h | ||
WidgetArgsType & OnSelectionRenamed
(
const FOnTextCommitted& InDelegate |
Widgets/Input/SEditableComboBox.h | ||
WidgetArgsType & OptionsSource
(
const TArray< OptionType >* InArg |
Widgets/Input/SEditableComboBox.h | ||
WidgetArgsType & RemoveButtonToolTip
(
const TAttribute< FText >& InAttribute |
Widgets/Input/SEditableComboBox.h | ||
WidgetArgsType & RenameButtonToolTip
(
const TAttribute< FText >& InAttribute |
Widgets/Input/SEditableComboBox.h |