UClickDragTool::CanBeginClickDragSequence

[IClickBehaviorTarget](API\Runtime\InteractiveToolsFramework\BaseBehaviors\IClickBehaviorTarget) implementation Test if target can begin click-drag interaction at this point

Windows
MacOS
Linux

Override Hierarchy

IClickDragBehaviorTarget::CanBeginClickDragSequence()

UClickDragTool::CanBeginClickDragSequence()

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseTools/ClickDragTool.h

Include

#include "BaseTools/ClickDragTool.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/BaseTools/ClickDragTool.cpp

Syntax

virtual FInputRayHit CanBeginClickDragSequence
(
    const FInputDeviceRay & PressPos
)

Remarks

IClickBehaviorTarget implementation Test if target can begin click-drag interaction at this point

Returns

true if target wants to begin sequence

Parameters

Parameter

Description

ClickPos

device position/ray at click point

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