Reproduction Steps
Call GetNetworkPing on the server or client. It will always return 0.
Expected Behavior
It should provide a correct ping measurement, or, if the method is still under construction, developers should be notified of this to avoid confusion.
Actual Behavior
GetNetworkPing incorrectly returns 0.
Issue Area: Engine Issue Type: Other Impact: Low Frequency: Constantly
Odd, been using it for a while and it always works for me, but I think it has to be called on the server side and you have to modify the result if you want to get ms or else the number is so small, it might be coming back as zero if any rounding is taking place.
Have you tried according to the above suggestion? It can only be called on the server side and we have submitted the fix for it to return reasonable number. Thanks.