unreal.DragPivot

class unreal.DragPivot

Bases: unreal.EnumBase

Controls where the drag widget visual will appear when dragged relative to the pointer performing the drag operation.

C++ Source:

  • Module: UMG

  • File: DragDropOperation.h

BOTTOM_CENTER

8

BOTTOM_LEFT

7

BOTTOM_RIGHT

9

CENTER_CENTER

5

CENTER_LEFT

4

CENTER_RIGHT

6

MOUSE_DOWN

0

TOP_CENTER

2

TOP_LEFT

1

TOP_RIGHT

3