unreal.TickableRotationConstraint

class unreal.TickableRotationConstraint(outer: Object | None = None, name: Name | str = 'None')

Bases: TickableTransformConstraint

UTickableRotationConstraint

C++ Source:

  • Module: Constraints

  • File: TransformConstraint.h

Editor Properties: (see get_editor_property/set_editor_property)

  • active (bool): [Read-Write] todo: documentation.

  • axis_filter (FilterOptionPerAxis): [Read-Write] Defines which rotation axis is constrained.

  • child_trs_handle (TransformableHandle): [Read-Write] The transformable handle representing the child of that constraint.

  • dynamic_offset (bool): [Read-Write] Should the child be able to change it’s offset dynamically.

  • maintain_offset (bool): [Read-Write] Should that constraint maintain the default offset.

  • offset_rotation (Quat): [Read-Write] Defines the local child’s rotation offset in the parent space.

  • parent_trs_handle (TransformableHandle): [Read-Write] The transformable handle representing the parent of that constraint.

property axis_filter: FilterOptionPerAxis

[Read-Write] Defines which rotation axis is constrained.

Type:

(FilterOptionPerAxis)

property offset_rotation: Quat

[Read-Write] Defines the local child’s rotation offset in the parent space.

Type:

(Quat)