Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseBehaviors > API/Runtime/InteractiveToolsFramework/BaseBehaviors/IClickDragBehaviorTarget
- IClickDragBehaviorTarget::CanBeginClickDragSequence()
- UAxisAngleGizmo::CanBeginClickDragSequence()
- UAxisPositionGizmo::CanBeginClickDragSequence()
- UBaseBrushTool::CanBeginClickDragSequence()
- UClickDragTool::CanBeginClickDragSequence()
- ULocalClickDragInputBehavior::CanBeginClickDragSequence()
- UMeshSurfacePointTool::CanBeginClickDragSequence()
- UBaseBrushTool::CanBeginClickDragSequence()
- UPlanePositionGizmo::CanBeginClickDragSequence()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/BehaviorTargetInterfaces.h |
| Include | #include "BaseBehaviors/BehaviorTargetInterfaces.h" |
FInputRayHit CanBeginClickDragSequence
(
const FInputDeviceRay & PressPos
)
Remarks
Test if target can begin click-drag interaction at this point hit information at this point
Parameters
| Name | Description |
|---|---|
| PressPos | device position/ray at click point |