unreal.RigUnit_HierarchyGetDynamicsConfinerCapsuleRadius

class unreal.RigUnit_HierarchyGetDynamicsConfinerCapsuleRadius(dynamics_confiner_component_key: RigComponentKey = Ellipsis, name: Name = 'None', radius: float = 0.0)

Bases: RigUnit_DynamicsBase

Gets the radius of a named capsule shape on a Dynamics confiner

C++ Source:

  • Plugin: ControlRigDynamics

  • Module: ControlRigDynamics

  • File: RigDynamicsConfinerExecution.h

Editor Properties: (see get_editor_property/set_editor_property)

  • dynamics_confiner_component_key (RigComponentKey): [Read-Write] The Dynamics Confiner to query

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

  • radius (float): [Read-Write] Capsule radius. If no matching shape is found, the output is left at its default.

property dynamics_confiner_component_key: RigComponentKey

[Read-Write] The Dynamics Confiner to query

Type:

(RigComponentKey)

property name: Name

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

Type:

(Name)

property radius: float

[Read-Only] Capsule radius. If no matching shape is found, the output is left at its default.

Type:

(float)