Set the position of an AActor relative to an other AActor

Hallo Community.

I do want to set the position of an AActor relative to an other AActors position.

  • when the actor A touches the actor B, the physical simulation of B will be deactivated, and B will move relatively to A.
  • Is it possible that actor A’s physics will also considers the mesh and weight of actor B?
  • In my opinion it would be possible to realise this while updating B’s position every tick. But this would be a massive wast of resources.

Is there a better way to realise this problem?

Ps. The overlap event and deactivating the physical simulation is not the problem. It’s all about the updating relative position of B.

Thank you very muche for your help!