Use Blueprints to generate procedural landscapes within the editor
Preview video : https://youtu.be/4c3bGxmpmYI
** Help & support on Discord: https://discord.gg/TE7RM5N **
Procedural Landscape Generator is an editor plugin allowing to generate landscapes using Blueprints. Based on our Noise Library (included), this plugin introduces several functions to spawn landscape from noises (like Perlin, Voronoi, and so on), so we can generate a great variety of landscapes in few minutes.
Besides the height-map generation, lots of functions aims to assist you when you design a landscape:
While a complete landscape generation can be done by hand, the purpose of this plugin is to make you gain a lot of time through the automation of the landscape generation. Using this, one can automatically generate a terrain from a Perlin noise and spawn forests over it in a few seconds, then it can be finalized manually to achieve the best results.
Finally, this plugin supports the generation of tiled landscapes: to overcome the size limitation of Unreal landscapes, this plugin can procedurally generate tiles of landscapes with seamless connection.
See more on http://isaratech.com/portfolio/landscape-generator/
Features video : https://youtu.be/uOPVzRacerI
Note: this is an editor plugin which can be used to generate landscapes in the editor. It can't be used to generate landscapes in runtime.
Features:
Code Modules:
Number of Blueprints: 0
Number of C++ Classes: 54
Network Replicated: No
Supported Development Platforms: Windows, Linux, MacOS
Supported Target Build Platforms: Windows, Linux, MacOS
Documentation: https://docs.isaratech.com/ue4-plugins/landscape-generator and https://docs.isaratech.com/ue4-plugins/noise-library