Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SDragAndDropVerticalBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SDragAndDropVerticalBox::FArguments
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
| Include | #include "Widgets/SBoxPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SDragAndDropVerticalBox >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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 FOnDragAndDropVerticalBoxDragDetected& InDelegate |
Low level DragAndDrop. | |
| WidgetArgsType & | OnDragEnter
(
const FOnDragAndDropVerticalBoxDragEnter& InDelegate |
||
| WidgetArgsType & | OnDragLeave
(
const FOnDragAndDropVerticalBoxDragLeave& InDelegate |
||
| WidgetArgsType & | OnDrop
(
const FOnDragAndDropVerticalBoxDrop& InDelegate |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |