How to implement Custom Movement Functionality in Pawns

If bUseAccelerationForPathFollowing is TRUE then special Input Vector is calculated. As you know Input Vector is then used to calc Acceleration and only after that we get Velocity update. When bUseAccelerationForPathFollowing is FALSE all calculations are out, we simply get velocity from target point and current point, so we dont need to calculate input or acceleration in that case