FDragDropOperation::AffectedByPointerEvent

Checks if this drag and drop operation is affected by a given PointerEvent.

Windows
MacOS
Linux

Override Hierarchy

FDragDropOperation::AffectedByPointerEvent()

FUMGDragDropOp::AffectedByPointerEvent()

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h

Include

#include "Input/DragAndDrop.h"

Syntax

virtual bool AffectedByPointerEvent
(
    const FPointerEvent & PointerEvent
)

Remarks

Checks if this drag and drop operation is affected by a given PointerEvent.

Returns

true if the the pointer event affects this drag and drop operation (default true).

Parameters

Parameter

Description

PointerEvent

The mouse event we are checking against

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