Navigation
BlueprintAPI > BlueprintAPI/Physics
Set the linear velocity of all bodies in this component.
Target is Primitive Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| vector | New Vel | New linear velocity to apply to physics. |
| boolean | Add to Current | If true, NewVel is added to the existing velocity of the body. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |