unreal.DragPivot

class unreal.DragPivot

Bases: 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: DragPivot

8

BOTTOM_LEFT: DragPivot

7

BOTTOM_RIGHT: DragPivot

9

CENTER_CENTER: DragPivot

5

CENTER_LEFT: DragPivot

4

CENTER_RIGHT: DragPivot

6

MOUSE_DOWN: DragPivot

0

TOP_CENTER: DragPivot

2

TOP_LEFT: DragPivot

1

TOP_RIGHT: DragPivot

3