unreal.ConstraintDrive

class unreal.ConstraintDrive

Bases: unreal.StructBase

Constraint Drive

C++ Source:

  • Module: Engine

  • File: ConstraintDrives.h

Editor Properties: (see get_editor_property/set_editor_property)

  • damping (float): [Read-Write] Damping: The damping strength of the drive. Force proportional to the velocity error.

  • enable_position_drive (bool): [Read-Write] Enable Position Drive: Enables/Disables position drive (orientation if using angular drive)

  • enable_velocity_drive (bool): [Read-Write] Enable Velocity Drive: Enables/Disables velocity drive (angular velocity if using angular drive)

  • max_force (float): [Read-Write] Max Force: The force limit of the drive.

  • stiffness (float): [Read-Write] Stiffness: The spring strength of the drive. Force proportional to the position error.