FGear Vehicle Physics (v1.4)

this is how raycasting works, to avoid those cases you either keep the ray origins inside the vehicle body collider and/or modify ray trace settings in “GeneralSettings/Tracing” to avoid geometry other then the ground. you can have multi raycast to climb smoother but lateral climb is not possible, if the ray hits a geometry it will try to climb instantly.