You could give each object a unique starting point (on the physics object blueprint), then create a custom event that resets the object to that starting point.
then, on the GameMode blueprint, find all your physics objects and call the “reset” event that you created

