Modular, Blueprint-friendly noise generation for UE4
Features all the noise generation functionality of FastNoise
https://github.com/Auburns/FastNoise
But wrapped in a Blueprint-friendly interface along with some helpful modules for making more interesting noise combinations.
Modules:
Noise Generator - The main noise generator class
Select - Selects from one of two input modules, based on the value of a third
Blend - Blends between two input modules, based on the value of a third
ScaleBias - Applies a multiplier and/or additive value to an input module
