Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseTools > API/Runtime/InteractiveToolsFramework/BaseTools/UClickDragTool
- IClickDragBehaviorTarget::CanBeginClickDragSequence()
- UClickDragTool::CanBeginClickDragSequence()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseTools/ClickDragTool.h |
| Include | #include "BaseTools/ClickDragTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseTools/ClickDragTool.cpp |
virtual FInputRayHit CanBeginClickDragSequence
&40;
const FInputDeviceRay & PressPos
&41;
Remarks
IClickBehaviorTarget implementation Test if target can begin click-drag interaction at this point true if target wants to begin sequence
Parameters
| Name | Description |
|---|---|
| ClickPos | device position/ray at click point |