Player State replication not working

You can’t replicate Objects :stuck_out_tongue: 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.