Pathfinding path in different heights, like highways

Hi. I am looking for a plugin that allows path finding in situations where paths cross at different heights as is the case e.g. at motorway entrances/exits, tunnels etc.
A picture to illustrate the problem.

I want it to lead me to the red point and it leads to the blue point.

I’m currently using this plugin which uses A* but can’t cope with this situation. Do you know of a solution that handles this? I am using unreal 5.4.

Have you tried to use default ue’s navmesh? afaik is should solve such cases out of the box… as long as level is properly constructed and start and end points of query makes sense.