Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/STableRow
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- STableRow::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h |
| Include | #include "Widgets/Views/STableRow.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STableRow< ItemType > >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | bAllowPreselectedItemActivation
(
bool InArg |
||
| NamedSlotProperty< typename STableRow< ItemType >::FArguments > | Content () |
||
| WidgetArgsType & | ExpanderStyleSet
(
const ISlateStyle* InArg |
||
| WidgetArgsType & | OnAcceptDrop
(
const FOnAcceptDrop& InDelegate |
Perform a drop operation onto the target row widget Most commonly used for executing a re-ordering and re-organization operations in lists or trees. | |
| WidgetArgsType & | OnCanAcceptDrop
(
const FOnCanAcceptDrop& InDelegate |
Handle this event to determine whether a drag and drop operation can be executed on top of the target row widget. | |
| WidgetArgsType & | OnDragDetected
(
const FOnDragDetected& InDelegate |
Low level DragAndDrop. | |
| WidgetArgsType & | OnDragEnter
(
const FOnTableRowDragEnter& InDelegate |
||
| WidgetArgsType & | OnDragLeave
(
const FOnTableRowDragLeave& InDelegate |
||
| WidgetArgsType & | OnDrop
(
const FOnTableRowDrop& InDelegate |
||
| WidgetArgsType & | OnPaintDropIndicator
(
const FOnPaintDropIndicator& InDelegate |
Used for painting drop indicators | |
| WidgetArgsType & | Padding
(
const TAttribute< FMargin >& InAttribute |
||
| WidgetArgsType & | ShowSelection
(
bool InArg |
||
| WidgetArgsType & | ShowWires
(
bool InArg |
||
| WidgetArgsType & | SignalSelectionMode
(
ETableRowSignalSelectionMode InArg |
The Signal Selection mode affect when the owner table gets notified that the selection has changed. | |
| WidgetArgsType & | Style
(
const FTableRowStyle* InArg |
Operators
| Type | Name | Description | |
|---|---|---|---|
| STableRow< ItemType >::FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |