Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STableRow
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h |
| Include Path | #include "Widgets/Views/STableRow.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STableRow< ItemType > >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → STableRow::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Views/STableRow.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Views/STableRow.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & bAllowPreselectedItemActivation
(
bool InArg |
Widgets/Views/STableRow.h | ||
NamedSlotProperty< typename STableRow< ItemType >::FArguments > Content() |
Widgets/Views/STableRow.h | ||
WidgetArgsType & ExpanderStyleSet
(
const ISlateStyle* InArg |
Widgets/Views/STableRow.h | ||
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. | Widgets/Views/STableRow.h | |
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. | Widgets/Views/STableRow.h | |
WidgetArgsType & OnDragDetected
(
const FOnDragDetected& InDelegate |
Low level DragAndDrop. | Widgets/Views/STableRow.h | |
WidgetArgsType & OnDragEnter
(
const FOnTableRowDragEnter& InDelegate |
Widgets/Views/STableRow.h | ||
WidgetArgsType & OnDragLeave
(
const FOnTableRowDragLeave& InDelegate |
Widgets/Views/STableRow.h | ||
WidgetArgsType & OnDrop
(
const FOnTableRowDrop& InDelegate |
Widgets/Views/STableRow.h | ||
WidgetArgsType & OnPaintDropIndicator
(
const FOnPaintDropIndicator& InDelegate |
Used for painting drop indicators | Widgets/Views/STableRow.h | |
WidgetArgsType & Padding
(
const TAttribute< FMargin >& InAttribute |
Widgets/Views/STableRow.h | ||
WidgetArgsType & ShowSelection
(
bool InArg |
Widgets/Views/STableRow.h | ||
WidgetArgsType & ShowWires
(
bool InArg |
Widgets/Views/STableRow.h | ||
WidgetArgsType & SignalSelectionMode
(
ETableRowSignalSelectionMode InArg |
The Signal Selection mode affect when the owner table gets notified that the selection has changed. | Widgets/Views/STableRow.h | |
WidgetArgsType & Style
(
const FTableRowStyle* InArg |
Widgets/Views/STableRow.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
STableRow< ItemType >::FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Widgets/Views/STableRow.h |