FMath::Lerp doesn't enfore shortest arc for Pitch

I tried using the blueprint Rlerp function and had the same issue. The RLerp function calls the FQuat::Slerp so, I tried to swap out FMath::Lerp and use FQuat::Slerp which again causes the same problem.

Fixed the link and also added the current code to the base question.