Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/IGizmoClickTarget
- IGizmoClickTarget::UpdateHoverState()
- UGizmoLambdaHitTarget::UpdateHoverState()
- UGizmoElementHitTarget::UpdateHoverState()
- UGizmoComponentHitTarget::UpdateHoverState()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoInterfaces.h |
| Include | #include "BaseGizmos/GizmoInterfaces.h" |
void UpdateHoverState
&40;
bool bHovering
&41;
Remarks
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.