Property not replicating even after setting Replicated

I’m not certain if this is the problem as I am not at home and unable to test it, but with all of the objects I replicate, I set the replication property to true in the constructor of that class. In your case you are setting replication to true after the object is constructed.

As I said, I’m not certain, but I’ve had similar issues in the past not doing things in the constructor.