Navigation
API > API/Plugins > API/Plugins/ChaosVehicles
References
| Module | ChaosVehicles |
| Header | /Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Public/ChaosWheeledVehicleMovementComponent.h |
| Include | #include "ChaosWheeledVehicleMovementComponent.h" |
Syntax
USTRUCT&40;&41;
struct FVehicleSteeringConfig
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AngleRatio | Only applies when AngleRatio is selected | |
| FRuntimeFloatCurve | SteeringCurve | Maximum steering versus forward speed (MPH) | |
| ESteeringType | SteeringType | Single angle : both wheels steer by the same amount AngleRatio : outer wheels on corner steer less than the inner ones by set ratio Ackermann : Ackermann steering principle is applied |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const Chaos::FSimpleSteeringConfig & | GetPhysicsSteeringConfig
(
FVector2D WheelTrackDimensions |
||
| void | InitDefaults () |