Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/SEnumComboBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SEnumCombo.h |
| Include Path | #include "SEnumCombo.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SEnumComboBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SEnumComboBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SEnumCombo.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SEnumCombo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & bForceBitFlags
(
bool InArg |
SEnumCombo.h | ||
WidgetArgsType & ButtonStyle
(
const FButtonStyle* InArg |
SEnumCombo.h | ||
WidgetArgsType & ComboButtonStyle
(
const FComboButtonStyle* InArg |
SEnumCombo.h | ||
WidgetArgsType & ContentPadding
(
const TAttribute< FMargin >& InAttribute |
SEnumCombo.h | ||
WidgetArgsType & CurrentValue
(
const TAttribute< int32 >& InAttribute |
SEnumCombo.h | ||
WidgetArgsType & EnumValueSubset
(
TArray< int32 > InArg |
SEnumCombo.h | ||
WidgetArgsType & Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
SEnumCombo.h | ||
WidgetArgsType & OnEnumSelectionChanged
(
const FOnEnumSelectionChanged& InDelegate |
SEnumCombo.h | ||
WidgetArgsType & OnGetToolTipForValue
(
const FOnGetToolTipForValue& InDelegate |
SEnumCombo.h | ||
WidgetArgsType & OverrideNoFlagsSetText
(
const TAttribute< FText >& InAttribute |
SEnumCombo.h | ||
WidgetArgsType & TextStyle
(
const FTextBlockStyle* InArg |
SEnumCombo.h |