Player State Replication Not Syncing

Hello,

I wanted to confirm that I am scripting this is the correct way,

I am trying to use the Player State as an area to store replicated variables across the network,

Information about the Players that can be accessed by everyone in the server,

In this example I am using the “Player Controller REF” as my replicated variable

I have set this variable on Begin Play

The following event is then Run on the server

112954-2.png

I then run the following event on each of the controllers,

The Server shows all of the correct Display Names

All of the Clients only show their own Display Name but none of other Controllers

Where am I going wrong