IClickDragBehaviorTarget::CanBeginClickDragSequence

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/BehaviorTargetInterfaces.h

Include

#include "BaseBehaviors/BehaviorTargetInterfaces.h"

Syntax

FInputRayHit CanBeginClickDragSequence
(
    const FInputDeviceRay & PressPos
)

Remarks

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

Returns

hit information at this point

Parameters

Parameter

Description

PressPos

device position/ray at click point