unreal.RigUnit_HierarchySetPhysicsBodyIncludeInChecksForReset

class unreal.RigUnit_HierarchySetPhysicsBodyIncludeInChecksForReset(execute_pin: RigVMExecutePin = [], physics_body_component_key: RigComponentKey = Ellipsis, include: bool = False)

Bases: RigUnit_PhysicsBaseMutable

Sets whether this body should be included in checks for resetting physics on the whole rig

C++ Source:

  • Plugin: ControlRigPhysics

  • Module: ControlRigPhysics

  • File: RigPhysicsBodyExecution.h

Editor Properties: (see get_editor_property/set_editor_property)

  • execute_pin (RigVMExecutePin): [Read-Write] * This property is used to chain multiple mutable units together

  • include (bool): [Read-Write]

  • physics_body_component_key (RigComponentKey): [Read-Write]

property include: bool

[Read-Write]

Type:

(bool)

property physics_body_component_key: RigComponentKey

[Read-Write]

Type:

(RigComponentKey)