I humbly request a universal static function that allows a user to get the interpolated altitude (Z) value in World-Space XY on a landscape from the height map data.
The only way to do this at the moment is by line-tracing from somewhere in orbit down to the ground to find the position in world space, which is incredibly inefficient since the heightmap data is already there. Myself and others have hunted through the API but it doesn’t seem easy to actually get to the height information in the landscape.