unreal.RigUnit_HierarchyGetDynamicsColliderCapsule

class unreal.RigUnit_HierarchyGetDynamicsColliderCapsule(dynamics_collider_component_key: RigComponentKey = Ellipsis, name: Name = 'None', capsule: RigDynamicsShapeCapsule = Ellipsis)

Bases: RigUnit_DynamicsBase

Gets the properties of a named capsule shape on a Dynamics collider. The shape is looked up by Name.

C++ Source:

  • Plugin: ControlRigDynamics

  • Module: ControlRigDynamics

  • File: RigDynamicsColliderExecution.h

Editor Properties: (see get_editor_property/set_editor_property)

  • capsule (RigDynamicsShapeCapsule): [Read-Write] The capsule shape data. If no matching shape is found, the output is left at its default.

  • dynamics_collider_component_key (RigComponentKey): [Read-Write] The Dynamics Collider to query

  • name (Name): [Read-Write] The name of the capsule shape to query

property capsule: RigDynamicsShapeCapsule

[Read-Only] The capsule shape data. If no matching shape is found, the output is left at its default.

Type:

(RigDynamicsShapeCapsule)

property dynamics_collider_component_key: RigComponentKey

[Read-Write] The Dynamics Collider to query

Type:

(RigComponentKey)

property name: Name

[Read-Write] The name of the capsule shape to query

Type:

(Name)