unreal.LinearDriveConstraint

class unreal.LinearDriveConstraint

Bases: unreal.StructBase

Linear Drive

C++ Source:

  • Module: Engine

  • File: ConstraintDrives.h

Editor Properties: (see get_editor_property/set_editor_property)

  • enable_position_drive (bool): [Read-Write] Enable Position Drive

  • position_target (Vector): [Read-Write] Target position the linear drive.

  • velocity_target (Vector): [Read-Write] Target velocity the linear drive.

  • x_drive (ConstraintDrive): [Read-Write] XDrive

  • y_drive (ConstraintDrive): [Read-Write] YDrive

  • z_drive (ConstraintDrive): [Read-Write] ZDrive