Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SDragAndDropVerticalBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
| Include Path | #include "Widgets/SBoxPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SDragAndDropVerticalBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SDragAndDropVerticalBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/SBoxPanel.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/SBoxPanel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGSFOnCanAcceptDropAdvanced ConvertCanAcceptDropFn
(
const FOnCanAcceptDrop& LegacyDelegate |
Widgets/SBoxPanel.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/SBoxPanel.h | |
WidgetArgsType & OnCanAcceptDrop
(
UserClass* InUserObject, |
Widgets/SBoxPanel.h | ||
WidgetArgsType & OnCanAcceptDrop
(
UserClass* InUserObject, |
Widgets/SBoxPanel.h | ||
WidgetArgsType & OnCanAcceptDrop
(
TSharedRef< UserClass > InUserObjectRef, |
Widgets/SBoxPanel.h | ||
WidgetArgsType & OnCanAcceptDrop
(
const FOnCanAcceptDrop& InDeprecatedDelegate |
Widgets/SBoxPanel.h | ||
WidgetArgsType & OnCanAcceptDrop
(
TSharedRef< UserClass > InUserObjectRef, |
Widgets/SBoxPanel.h | ||
WidgetArgsType & OnCanAcceptDrop_Lambda
(
FunctorType&& InFunctor, |
Widgets/SBoxPanel.h | ||
WidgetArgsType & OnCanAcceptDrop_Raw
(
UserClass* InUserObject, |
Widgets/SBoxPanel.h | ||
WidgetArgsType & OnCanAcceptDrop_Raw
(
UserClass* InUserObject, |
Widgets/SBoxPanel.h | ||
WidgetArgsType & OnCanAcceptDrop_Static
(
StaticFuncPtr InFunc, |
Widgets/SBoxPanel.h | ||
WidgetArgsType & OnCanAcceptDrop_UObject
(
UserClass* InUserObject, |
Widgets/SBoxPanel.h | ||
WidgetArgsType & OnCanAcceptDrop_UObject
(
UserClass* InUserObject, |
Widgets/SBoxPanel.h | ||
WidgetArgsType & OnCanAcceptDropAdvanced
(
const FOnCanAcceptDropAdvanced& InDelegate |
Handle this event to determine whether a drag and drop operation can be executed on top of the target row widget. | Widgets/SBoxPanel.h | |
WidgetArgsType & OnDragDetected
(
const FOnDragAndDropVerticalBoxDragDetected& InDelegate |
Low level DragAndDrop. | Widgets/SBoxPanel.h | |
WidgetArgsType & OnDragEnter
(
const FOnDragAndDropVerticalBoxDragEnter& InDelegate |
Widgets/SBoxPanel.h | ||
WidgetArgsType & OnDragLeave
(
const FOnDragAndDropVerticalBoxDragLeave& InDelegate |
Widgets/SBoxPanel.h | ||
WidgetArgsType & OnDrop
(
const FOnDragAndDropVerticalBoxDrop& InDelegate |
Widgets/SBoxPanel.h |