B1ActivePhysicsParam
- Physics spawn/launch parameters for an active-interaction object (a thrown or kicked object).
| Property | Type | Description | Metadata |
|---|---|---|---|
| Location | FVector | World location where the physics object is spawned/launched from. | |
| Rotation | FRotator | World rotation of the physics object at launch. | |
| LaunchVelocity | FVector | Initial linear velocity (launch impulse) applied to the object. Unit: cm/s. | |
| AngularVelocity | FVector | Initial angular velocity (spin) applied to the object. Unit: rad/s. |