Unreal Add Physics Constraint
unreal_add_physics_constraintAdds a physics constraint between two Unreal actors, using preset profiles for joints, hinges, locks, and breakable thresholds.
Instructions
Add a UPhysicsConstraintComponent between two actors for joints, hinges, or locks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ownerPath | Yes | Actor path to own the constraint. | |
| targetPath | No | Target actor path. Empty for world constraint. | |
| constraintProfile | No | Constraint profile preset. | Free |
| breakable | No | Whether the constraint can break. | |
| breakThreshold | No | Force threshold to break (0 = unbreakable). | |
| properties | No | Additional constraint properties. | |
| timeoutMs | No | Command timeout. |