Hello , in my game I have a planet that follows a spline path orbit. On the planet recourses will spawn randomly. I want the items to move along with the planet, but I am not sure how to do this without setting up sockets on every vertex of the planet. Thank you for any help.
You can attach them to the planet with the Attach Actor To Component node. That should get them to follow the planet. It can get dicey though if the planet is spinning.