UCurveControlPointsMechanic::IsHitByClick

[IClickBehaviorTarget](API\Runtime\InteractiveToolsFramework\BaseBehaviors\IClickBehaviorTarget) implementation.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IClickBehaviorTarget::IsHitByClick()

UCurveControlPointsMechanic::IsHitByClick()

References

Module

ModelingComponents

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/CurveControlPointsMechanic.h

Include

#include "Mechanics/CurveControlPointsMechanic.h"

Source

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Mechanics/CurveControlPointsMechanic.cpp

Syntax

virtual FInputRayHit IsHitByClick
(
    const FInputDeviceRay & ClickPos
)

Remarks

IClickBehaviorTarget implementation.