unreal.ConstraintMotion

class unreal.ConstraintMotion

Bases: EnumBase

How a constraint axis may move.

C++ Source:

  • Plugin: PhysicsToolsets

  • Module: PhysicsToolsets

  • File: PhysicsAssetToolset.h

FREE: ConstraintMotion = Ellipsis

No restriction — the axis is completely free.

Type:

0

LIMITED: ConstraintMotion = Ellipsis

Restricted to the specified limit angle.

Type:

1

LOCKED: ConstraintMotion = Ellipsis

Fully locked — no movement on this axis.

Type:

2