How to do Add Force correctly for clients?

My problem is that add force is much faster on the client pawn then it is of the server controlled pawn. Below you can see my current test setup. When I go up only for 2 seconds both seem to reach the ca the same height but when I run it for 5 seconds the client will reach double the height of what the server controlled pawn can reach.

Am I doing something wrong or is there a bug?

Note I replaced the event tick there with a 0.1 delay in case the performance would have changed the add force speed but that didn’t help. I tried also various other setups but either the amount it goes up is different or the server prevents the client from going up at all.

Nope, I abandoned that project. You might want to post the problem under bug report there it is much more likely Epic QA will look into it.

Hi there, did you ever find a solution? I have kinda the same problem: When I test it locally in the editor (2 players with dedicated server ticked) it all seems fine. But when I build a true dedicated server and upload it to my cloud host & connect to it, my client seems to move twice as fast than it did locally. (Also with Add Force → to a pawn)

Okido, thanks!