unreal.RigUnit_GetPhysicsSolverExists¶
- class unreal.RigUnit_GetPhysicsSolverExists(physics_solver_component_key: RigComponentKey = Ellipsis, exists: bool = False)¶
Bases:
RigUnit_PhysicsBaseIndicates whether the component exists and is a Physics Solver
C++ Source:
Plugin: ControlRigPhysics
Module: ControlRigPhysics
File: RigPhysicsSolverExecution.h
Editor Properties: (see get_editor_property/set_editor_property)
exists(bool): [Read-Write] Whether the component exists and is a Physics Solverphysics_solver_component_key(RigComponentKey): [Read-Write] The component key to check
- property exists: bool¶
[Read-Only] Whether the component exists and is a Physics Solver
- Type:
(bool)
- property physics_solver_component_key: RigComponentKey¶
[Read-Write] The component key to check
- Type: