Hi I’m using 4.6.1 and have some issues or lack of understanding.
I try to pass user input through network and I fail.
In player controller I set float variable and make this variable replicated but other users can’t see changes in this variable.
From what I read when variable is replicated it value is send over network every frame but this don’t work for me if variable is set in player controller.
Is it possible for someone to explain this.