Orbit and Gravity Movement Blueprint

Hi @dingtech.
Let’s say I have two space station modules (both in kinematic mode). I want to dock (attach) one module to another.

On attaching, should I:

  1. just disable ticking of the component on the attached module?
  2. move the ticking component to the center of mass of both modules?
  3. do anything else?

On detaching (undocking), should I:

  1. enable ticking of the component on the detached module?
  2. call InitOrbit on the detached module?
  3. The detached module needs to inherit the velocity of its parent module. How can I do this?