Diamond square algorithm for terrain generation

Hello,

I want to share an example of how to use diamond square algorithm in Unreal Engine.
The diamond-square algorithm is the one that allows you to get “real” fractal landscapes.

Source code:

Neat!

Thanks for sharing.