Navigation
API > API/Plugins > API/Plugins/ChaosVehicles
| Name | FVehicleDifferentialConfig |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Public/ChaosWheeledVehicleMovementComponent.h |
| Include Path | #include "ChaosWheeledVehicleMovementComponent.h" |
Syntax
USTRUCT ()
struct FVehicleDifferentialConfig
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVehicleDifferentialConfig() |
ChaosWheeledVehicleMovementComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DifferentialType | EVehicleDifferential | Type of differential | ChaosWheeledVehicleMovementComponent.h |
|
| FrontRearSplit | float | Ratio of torque split between front and rear (<0.5 means more to front, >0.5 means more to rear, works only with 4W type) | ChaosWheeledVehicleMovementComponent.h |
|
| PDifferentialConfig | Chaos::FSimpleDifferentialConfig | ChaosWheeledVehicleMovementComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FillDifferentialSetup() |
ChaosWheeledVehicleMovementComponent.h | ||
const Chaos::FSimpleDifferentialConfig & GetPhysicsDifferentialConfig() |
ChaosWheeledVehicleMovementComponent.h | ||
void InitDefaults() |
ChaosWheeledVehicleMovementComponent.h |