FDragDetectionState

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Application/SlateUser.h

Include

#include "Framework/Application/SlateUser.h"

Syntax

struct FDragDetectionState

Variables

Name Description

Public variable

FWeakWidgetPath

 

DetectDragForWidget

If not null, a widget has requested that we detect a drag being triggered in this widget and send an OnDragDetected() event

Public variable

FVector2D

 

DragStartLocation

Public variable

int32

 

PointerIndex

Public variable

FKey

 

TriggerButton

Constructors

Name Description

Public function

FDragDetectionState

(
    const FWidgetPath& PathToWidget,
    int32 PointerIndex,
    FKey DragButton,
    const FVector2D& StartLocation
)

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