Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/SuspensionBaseInterface.h |
| Include | #include "SimModule/SuspensionBaseInterface.h" |
Syntax
struct FSuspensionTargetPoint
Remarks
Suspension target point data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bWheelInContact | ||
| float | HitDistance | ||
| FVector | ImpactNormal | ||
| TEnumAsByte< EPhysicalSurface > | SurfaceType | ||
| FVector | TargetPosition |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSuspensionTargetPoint
(
const FVector& InTargetPosition, |