Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Physics
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Physics/SimpleSuspension.h |
| Include | #include "Physics/SimpleSuspension.h" |
Syntax
struct FSimpleSuspensionParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | DampingRatio | ||
| FVector | LocalCenterOfMass | ||
| float | LocalGroundDistance | ||
| TArray< FVector > | LocalSpringOrigins | ||
| FVector | LocalSuspensionNormal | ||
| float | NaturalFrequency | ||
| TArray< FSimpleSuspensionSpringParams > | SpringParams |
Constructors
| Type | Name | Description | |
|---|---|---|---|