Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/IGizmoClickTarget
- IGizmoClickTarget::UpdateInteractingState()
- UGizmoComponentHitTarget::UpdateInteractingState()
- UGizmoElementHitTarget::UpdateInteractingState()
- UGizmoLambdaHitTarget::UpdateInteractingState()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoInterfaces.h |
| Include | #include "BaseGizmos/GizmoInterfaces.h" |
UFUNCTION ()
void UpdateInteractingState
(
bool bInteracting
)
Remarks
Updates the interacting state indicating when interaction with the Standard gizmo is actively occurring, typically upon the input device clicking and dragging the Standard gizmo.