Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UPrimitiveComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include | #include "Components/PrimitiveComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PrimitiveComponentPhysics.cpp |
virtual void SetPhysicsLinearVelocity
&40;
FVector NewVel,
bool bAddToCurrent,
FName BoneName
&41;
Remarks
Set the linear velocity of a single body. This should be used cautiously - it may be better to use AddForce or AddImpulse.
Parameters
| Name | Description |
|---|---|
| NewVel | New linear velocity to apply to physics. |
| bAddToCurrent | If true, NewVel is added to the existing velocity of the body. |
| BoneName | If a SkeletalMeshComponent, name of body to modify velocity of. 'None' indicates root body. |