Navigation
API > API/Plugins > API/Plugins/PCG
| Name | PCGSpatialNoiseMode |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSpatialNoise.h |
| Include Path | #include "Elements/PCGSpatialNoise.h" |
Syntax
enum PCGSpatialNoiseMode
{
Perlin2D,
Caustic2D,
Voronoi2D,
FractionalBrownian2D,
EdgeMask2D,
}
Values
| Name | Remarks |
|---|---|
| Perlin2D | Your classic perlin noise. |
| Caustic2D | Based on underwater fake caustic rendering, gives swirly look. |
| Voronoi2D | Voronoi noise, result a the distance to edge and cell ID. |
| FractionalBrownian2D | Based on fractional brownian motion. |
| EdgeMask2D | Used to create masks to blend out edges. |