unreal.RigUnit_GetPhysicsSolverSimulationSpaceSettings

class unreal.RigUnit_GetPhysicsSolverSimulationSpaceSettings(physics_solver_component_key: RigComponentKey = Ellipsis, simulation_space_settings: RigPhysicsSimulationSpaceSettings = [])

Bases: RigUnit_PhysicsBase

Gets the solver’s simulation space settings. Deprecated in favour of FRigUnit_GetPhysicsSolverSpaceMotion + FRigUnit_GetPhysicsSolverTeleportDetection. Existing graphs continue to work - the deprecated Execute body builds a legacy view via BuildLegacyPhysicsSimulationSpaceSettingsView.

C++ Source:

  • Plugin: ControlRigPhysics

  • Module: ControlRigPhysics

  • File: RigPhysicsSolverExecution.h

Editor Properties: (see get_editor_property/set_editor_property)

  • physics_solver_component_key (RigComponentKey): [Read-Write] The physics solver

  • simulation_space_settings (RigPhysicsSimulationSpaceSettings): [Read-Write] The current simulation space settings

property physics_solver_component_key: RigComponentKey

[Read-Write] The physics solver

Type:

(RigComponentKey)

property simulation_space_settings: RigPhysicsSimulationSpaceSettings

[Read-Only] The current simulation space settings

Type:

(RigPhysicsSimulationSpaceSettings)