Disabling automatic steering wheel return if the user turns the wheel towards the return position

Remake this funtion for disabling automatic steering wheel return if the user turns the wheel towards the return position? And make pull request to UE repository.

Link to method on github:

float InterpInputValue(float DeltaTime, float CurrentValue, float NewValue) const

Disable return to neutral position if:

  • User turn wheel toward neutral position and Rise rate value > Fall rate value
  • Fall rate value is 0

suggestion feature-request C++