Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UGizmoComponentHitTarget
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.
Virtual Inheritance
- IGizmoClickTarget::UpdateHoverState → UGizmoComponentHitTarget::UpdateHoverState
| Name | UpdateHoverState |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/HitTargets.h |
| Include Path | #include "BaseGizmos/HitTargets.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/HitTargets.cpp |
virtual void UpdateHoverState
(
bool bHovering
)