FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SDragAndDropVerticalBox::FArguments

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h

Include

#include "Widgets/SBoxPanel.h"

Syntax

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

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.

Public function

WidgetArgsTy...

 

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.

Public function

WidgetArgsTy...

 

OnDragDetected

(
    const FOnDragAndDropVerticalBoxDrag...
)

Low level DragAndDrop.

Public function

WidgetArgsTy...

 

OnDragEnter

(
    const FOnDragAndDropVerticalBoxDrag...
)

Public function

WidgetArgsTy...

 

OnDragLeave

(
    const FOnDragAndDropVerticalBoxDrag...
)

Public function

WidgetArgsTy...

 

OnDrop

(
    const FOnDragAndDropVerticalBoxDrop...
)

Typedefs

Name

Description

WidgetArgsType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss