Calculate Relative Transform between two points for MoveComponent

Thanks for your answers, after digging a bit into it, i realized my Vector Math Skills are not good enough to implement it :smiley:
I am using a Workaround now, by spawning a new (empty) actor, attaching it to the Socket and then set the Location/Rotation of that newly spawned Actor. After that i destroy it again.