Pathfinding solution that can generate path around a sphere

Epic’s Navmesh has a ‘max slope’ that prevents it from working in this case. Think of this case as Super Mario Galaxy running around a planet, except with point to click (just an example so you can visualize).

I’m not doing anything terribly complex, generating a TArray<FVector> that are used as waypoints.

Would appreciate any advice.