Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Slate > API/Runtime/UMG/Slate/FUMGDragDropOp
- FDragDropOperation::AffectedByPointerEvent()
- FUMGDragDropOp::AffectedByPointerEvent()
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Slate/UMGDragDropOp.h |
Include | #include "Slate/UMGDragDropOp.h" |
Source | /Engine/Source/Runtime/UMG/Private/Slate/UMGDragDropOp.cpp |
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 |