Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/SCommonButtonTableRow
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SCommonButtonTableRow::FArguments
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/SCommonButtonTableRow.h |
| Include | #include "SCommonButtonTableRow.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCommonButtonTableRow< ItemType > >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | bAllowDragging
(
bool InArg |
||
| NamedSlotProperty< FArguments > | Content () |
||
| WidgetArgsType & | OnHovered
(
const FOnRowHovered& InDelegate |
||
| WidgetArgsType & | OnUnhovered
(
const FOnRowHovered& InDelegate |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |