You can’t replicate Objects
Actor is the first class that replicates.
You could replicate the Objects with C++ as Subobjects, but in Blueprints you can only replicate Actors and their Children.
Instead of an Objects, you could use a Component. They can replicate.