unreal.VehicleTorqueControlConfig

class unreal.VehicleTorqueControlConfig

Bases: unreal.StructBase

Vehicle Torque Control Config

C++ Source:

  • Plugin: ChaosVehiclesPlugin

  • Module: ChaosVehicles

  • File: ChaosVehicleMovementComponent.h

Editor Properties: (see get_editor_property/set_editor_property)

  • enabled (bool): [Read-Write] Torque Control Enabled

  • pitch_torque_scaling (float): [Read-Write] Pitch Torque Scaling

  • roll_from_steering (float): [Read-Write] Roll from Steering

  • roll_torque_scaling (float): [Read-Write] Roll Torque Scaling

  • rotation_damping (float): [Read-Write] Rotation damping

  • yaw_from_roll_torque_scaling (float): [Read-Write] Yaw from Roll Torque Scaling

  • yaw_from_steering (float): [Read-Write] Yaw from Steering

  • yaw_torque_scaling (float): [Read-Write] Yaw Torque Scaling