Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SComboRow
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboBox.h |
| Include Path | #include "Widgets/Input/SComboBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SComboRow >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SComboRow::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Input/SComboBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Input/SComboBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
NamedSlotProperty< FArguments > Content() |
Widgets/Input/SComboBox.h | ||
WidgetArgsType & Padding
(
const TAttribute< FMargin >& InAttribute |
Widgets/Input/SComboBox.h | ||
WidgetArgsType & Style
(
const FTableRowStyle* InArg |
Widgets/Input/SComboBox.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Widgets/Input/SComboBox.h |