Unreal Set Simulate Physics
unreal_set_simulate_physicsToggle physics simulation on an actor's primitive component, with controls for mass, damping, and gravity.
Instructions
Enable or disable physics simulation on an actor's primitive component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Actor path. | |
| component | No | Component name. Empty for root component. | |
| simulate | Yes | True to enable physics simulation, false to disable. | |
| mass | No | Override mass in kg. | |
| linearDamping | No | Linear damping. | |
| angularDamping | No | Angular damping. | |
| enableGravity | No | Enable gravity on this component. | |
| timeoutMs | No | Command timeout. |