I am a bit lost on how to handle character movement on a client machine, specifically sprinting.
At the moment I have assigned a button to adjust “CharacterMovement->MaxWalkSpeed” however this only works on the server and is ignored on the client.
I thought that this would be replicated as a part of the character but it may be needing some kind of RPC so that the server governs the speed.
What would be the best way to handle this?