GetCurrentAcceleration returns different values on Server & Client

I’m using this simple blueprint function to drive animations on my character, however the values returned on client seem normalized in some way where GetCurrentAcceleration is returning values between -1 to +1. On the server the values are from -MaxAcceleration to +MaxAcceleration.

Any idea what’s going on there?