Description
Returns true if the Control Rig is being interacted
Information
| Plugin | ControlRig |
| Category | Execution |
| Tags | IsInteracting,Gizmo,Manipulation,Interaction,Tracking |
| Type | FRigUnit_IsInteracting |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bIsInteracting | True if there is currently an interaction happening | bool | |
| bIsTranslating | True if the current interaction is a translation | bool | |
| bIsRotating | True if the current interaction is a rotation | bool | |
| bIsScaling | True if the current interaction is scaling | bool | |
| Items | The items being interacted on | TArray<FRigElementKey> |