Logging landscape information

Hello,

I’m looking to to record the elevation and normal vectors of the area around the player’s position to a file, but I’m not sure what the best approach to this problem would be.

The environment query system in general seems like the right idea, though it seems to have trouble with landscapes, and it also scores each location which I don’t want to do, just measure how far above or below a position is from the player.

Thanks