ENoiseFunction
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum ENoiseFunction
Inheritance Object → ValueType → Enum → ENoiseFunction
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| NOISEFUNCTION_SimplexTex | 0 | |
| NOISEFUNCTION_GradientTex | 1 | |
| NOISEFUNCTION_GradientTex3D | 2 | |
| NOISEFUNCTION_GradientALU | 3 | |
| NOISEFUNCTION_ValueALU | 4 | |
| NOISEFUNCTION_VoronoiALU | 5 | |
| NOISEFUNCTION_MAX | 6 |