Reconstruct Normals in the Material Editor

i found a solution that works. i found this in the Landscape shader files.

Calculate 5 Points around Vertex.

Then simply use the cross Product to get the Vertex Normal

The code can be found inside the LandscapeLayersHeightmapsPS.usf File

It’s really simple