Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input > API/Runtime/SlateCore/Input/FDragDropOperation
- FDragDropOperation::AffectedByPointerEvent()
- FUMGDragDropOp::AffectedByPointerEvent()
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h |
| Include | #include "Input/DragAndDrop.h" |
virtual bool AffectedByPointerEvent
&40;
const FPointerEvent & PointerEvent
&41;
Remarks
Checks if this drag and drop operation is affected by a given PointerEvent. true if the the pointer event affects this drag and drop operation (default true).
Parameters
| Name | Description |
|---|---|
| PointerEvent | The mouse event we are checking against |