unreal.MotorPhysicsSimConfigData

class unreal.MotorPhysicsSimConfigData(weight: float = 0.0, engine_torque: float = 0.0, braking_horse_power: float = 0.0)

Bases: AudioMotorSimConfigData

Motor Physics Sim Config Data

C++ Source:

  • Plugin: AudioMotorSim

  • Module: AudioMotorSimStandardComponents

  • File: StandardAudioMotorSimConfigDataTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • braking_horse_power (float): [Read-Write]

  • engine_torque (float): [Read-Write]

  • weight (float): [Read-Write]

property braking_horse_power: float

[Read-Only]

Type:

(float)

property engine_torque: float

[Read-Only]

Type:

(float)

property weight: float

[Read-Only]

Type:

(float)