Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/SObjectTableRow
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/UMG/Public/Slate/SObjectTableRow.h |
| Include Path | #include "Slate/SObjectTableRow.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SObjectTableRow< ItemType > >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SObjectTableRow::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Slate/SObjectTableRow.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Slate/SObjectTableRow.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & bAllowDragDrop
(
bool InArg |
Slate/SObjectTableRow.h | ||
WidgetArgsType & bAllowDragging
(
bool InArg |
Slate/SObjectTableRow.h | ||
WidgetArgsType & bAllowKeepPreselectedItems
(
bool InArg |
Slate/SObjectTableRow.h | ||
NamedSlotProperty< FArguments > Content() |
Slate/SObjectTableRow.h | ||
WidgetArgsType & OnHovered
(
const FOnRowHovered& InDelegate |
Slate/SObjectTableRow.h | ||
WidgetArgsType & OnRowAcceptDrop
(
const FOnObjectRowAcceptDrop& InDelegate |
Slate/SObjectTableRow.h | ||
WidgetArgsType & OnRowCanAcceptDrop
(
const FOnObjectRowCanAcceptDrop& InDelegate |
Drag and Drop functionality. | Slate/SObjectTableRow.h | |
WidgetArgsType & OnRowDragCancelled
(
const FOnObjectRowDragCancelled& InDelegate |
Slate/SObjectTableRow.h | ||
WidgetArgsType & OnRowDragDetected
(
const FOnObjectRowDragDetected& InDelegate |
Slate/SObjectTableRow.h | ||
WidgetArgsType & OnRowDragEnter
(
const FOnObjectRowDragEnter& InDelegate |
Slate/SObjectTableRow.h | ||
WidgetArgsType & OnRowDragLeave
(
const FOnObjectRowDragLeave& InDelegate |
Slate/SObjectTableRow.h | ||
WidgetArgsType & OnUnhovered
(
const FOnRowHovered& InDelegate |
Slate/SObjectTableRow.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Slate/SObjectTableRow.h |