Navigation
API > API/Runtime > API/Runtime/UMG
Controls where the drag widget visual will appear when dragged relative to the pointer performing the drag operation.
| Name | EDragPivot |
| Type | enum |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/DragDropOperation.h |
| Include Path | #include "Blueprint/DragDropOperation.h" |
Syntax
enum EDragPivot
{
MouseDown,
TopLeft,
TopCenter,
TopRight,
CenterLeft,
CenterCenter,
CenterRight,
BottomLeft,
BottomCenter,
BottomRight,
}
Values
| Name | Remarks |
|---|---|
| MouseDown | |
| TopLeft | |
| TopCenter | |
| TopRight | |
| CenterLeft | |
| CenterCenter | |
| CenterRight | |
| BottomLeft | |
| BottomCenter | |
| BottomRight |