IGizmoClickTarget

[IGizmoClickTarget](API\Runtime\InteractiveToolsFramework\BaseGizmos\IGizmoClickTarget) is an interface used to provide a ray-object hit test.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

InteractiveToolsFramework

Header

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

Include

#include "BaseGizmos/GizmoInterfaces.h"

Syntax

class IGizmoClickTarget

Remarks

IGizmoClickTarget is an interface used to provide a ray-object hit test.

Functions

Name Description

Public function Const

FInputRayHit

 

IsHit

(
    const FInputDeviceRay& ClickPos
)

Public function Const

void

 

UpdateHoverState

(
    bool bHovering
)

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