I was creating a post processing material and noticed that the absolute world position and scene depth do not apply to the landscape.
For example, if I placed a few geometries on the landscape, and set up the post processing material such that only pixels where the distance between the “absolute world position” of that pixel and the “camera position” is smaller than a threshold gets rendered and the rest is set to red, then the landscape would just appear red.
Also, in the PIE if I chose buffer visualization → scene depth, then it appeared that the landscape did not have scene depth defined, either.
I checked the documentation but did not find any clue why this is happening. Thanks for any pointer.