Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSimpleSuspension
Description
Compute suspension compressions, individual spring forces, and the total force that the suspension system wants to apply to the body. Actual application of this force must be done by someone else.
| Name | Update |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Physics/SimpleSuspension.h |
| Include Path | #include "Physics/SimpleSuspension.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/SimpleSuspension.cpp |
void Update
(
const FTransform & LocalToWorld,
const FVector & LinearVelocity,
const FVector & AngularVelocityRad,
const FSimpleSuspensionRaycast & RaycastFunction
)