UAxisAngleGizmo::CanBeginClickDragSequence

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

Windows
MacOS
Linux

Override Hierarchy

IClickDragBehaviorTarget::CanBeginClickDragSequence()

UAxisAngleGizmo::CanBeginClickDragSequence()

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseGizmos/AxisAngleGizmo.h

Include

#include "BaseGizmos/AxisAngleGizmo.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/BaseGizmos/AxisAngleGizmo.cpp

Syntax

virtual 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

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