Navigation
API > API/Plugins > API/Plugins/ChaosVehicles
| Name | FVehicleTorqueControlConfig |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Public/ChaosVehicleMovementComponent.h |
| Include Path | #include "ChaosVehicleMovementComponent.h" |
Syntax
USTRUCT ()
struct FVehicleTorqueControlConfig
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVehicleTorqueControlConfig() |
ChaosVehicleMovementComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Enabled | bool | Torque Control Enabled | ChaosVehicleMovementComponent.h |
|
| PitchTorqueScaling | float | Pitch Torque Scaling | ChaosVehicleMovementComponent.h |
|
| RollFromSteering | float | ChaosVehicleMovementComponent.h |
|
|
| RollTorqueScaling | float | Roll Torque Scaling | ChaosVehicleMovementComponent.h |
|
| RotationDamping | float | Rotation damping | ChaosVehicleMovementComponent.h |
|
| YawFromRollTorqueScaling | float | ChaosVehicleMovementComponent.h |
|
|
| YawFromSteering | float | ChaosVehicleMovementComponent.h |
|
|
| YawTorqueScaling | float | Yaw Torque Scaling | ChaosVehicleMovementComponent.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PTorqueControlConfig | Chaos::FTorqueControlConfig | ChaosVehicleMovementComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const Chaos::FTorqueControlConfig & GetTorqueControlConfig() |
ChaosVehicleMovementComponent.h | ||
void InitDefaults() |
ChaosVehicleMovementComponent.h |