I'm making generator for EQS and need to put points on navmeshes located on different heights, one above other. So, my idea is to make raycast vertically and find intersection points with navmeshes. But how to do it?
I tried to set CollisionResponseChannel to NavMeshBoundsVolume but all raycast hits happened on the edge of volume's box, not on navmesh.