EDragPivot

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

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Blueprint/DragDropOperation.h

Include

#include "Blueprint/DragDropOperation.h"

Syntax

enum EDragPivot
{
    MouseDown,
    TopLeft,
    TopCenter,
    TopRight,
    CenterLeft,
    CenterCenter,
    CenterRight,
    BottomLeft,
    BottomCenter,
    BottomRight,
}

Values

Name

Description

MouseDown

TopLeft

TopCenter

TopRight

CenterLeft

CenterCenter

CenterRight

BottomLeft

BottomCenter

BottomRight

Remarks

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

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