#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "UObject/Object.h"
#include "UObject/ScriptMacros.h"
#include "Input/Events.h"
#include "Widgets/Views/STableRow.h"
#include "DragDropOperation.generated.h"
Go to the source code of this file.
|
| enum class | EUMGItemDropZone : uint8 { AboveItem
, OntoItem
, BelowItem
, None
} |
| |
| enum class | EDragPivot : uint8 {
MouseDown
, TopLeft
, TopCenter
, TopRight
,
CenterLeft
, CenterCenter
, CenterRight
, BottomLeft
,
BottomCenter
, BottomRight
} |
| |
◆ EDragPivot
Controls where the drag widget visual will appear when dragged relative to the pointer performing the drag operation.
| Enumerator |
|---|
| MouseDown | |
| TopLeft | |
| TopCenter | |
| TopRight | |
| CenterLeft | |
| CenterCenter | |
| CenterRight | |
| BottomLeft | |
| BottomCenter | |
| BottomRight | |
◆ EUMGItemDropZone
A drop zone enum that can be passed through blueprint implementable events and sent through multicast delegates.
| Enumerator |
|---|
| AboveItem | |
| OntoItem | |
| BelowItem | |
| None | |
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam()