Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/IGizmoClickTarget
Description
Updates the hover state indicating whether the input device is currently hovering over the Standard gizmo. This should be be set to false once interaction with the gizmo commences.
Derived Overrides
- UGizmoComponentHitTarget::UpdateHoverState
- UGizmoElementHitTarget::UpdateHoverState
- UGizmoLambdaHitTarget::UpdateHoverState
| Name | UpdateHoverState |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoInterfaces.h |
| Include Path | #include "BaseGizmos/GizmoInterfaces.h" |
UFUNCTION ()
void UpdateHoverState
(
bool bHovering
)