Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/SEnumComboBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SEnumComboBox::FArguments
References
| Module | EditorWidgets |
| Header | /Engine/Source/Editor/EditorWidgets/Public/SEnumCombo.h |
| Include | #include "SEnumCombo.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SEnumComboBox >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ButtonStyle
(
const FButtonStyle* InArg |
||
| WidgetArgsType & | ContentPadding
(
const TAttribute< FMargin >& InAttribute |
||
| WidgetArgsType & | CurrentValue
(
const TAttribute< int32 >& InAttribute |
||
| WidgetArgsType & | EnumValueSubset
(
TArray< int32 > InArg |
||
| WidgetArgsType & | Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
||
| WidgetArgsType & | OnEnumSelectionChanged
(
const FOnEnumSelectionChanged& InDelegate |
||
| WidgetArgsType & | OnGetToolTipForValue
(
const FOnGetToolTipForValue& InDelegate |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |