| Amplitude |
float |
The magnitude or strength of the variations introduced by procedural noise. Adjusting this parameter can control the intensity or impact of procedural noise on textures or effects. |
Expressions/Procedural/TG_Expression_Noise.h |
- EditAnywhere
- Category=NoCategory
- Meta=(TGType="TG_Setting", UIMin="0", ClampMin="0", UIMax="10", ClampMax="10")
|
| Frequency |
float |
Determines how quickly or slowly the patterns change within the generated noise. |
Expressions/Procedural/TG_Expression_Noise.h |
- EditAnywhere
- Category=NoCategory
- Meta=(TGType="TG_Setting", UIMin="0", ClampMin="0", UIMax="20", ClampMax="20")
|
| Lacunarity |
float |
Number that determines how much detail is added to or removed from the noise signal (adjusts frequency) |
Expressions/Procedural/TG_Expression_Noise.h |
- EditAnywhere
- Category=NoCategory
- Meta=(TGType="TG_Setting", UIMin="1.5", ClampMin="1.5", UIMax="3.5", ClampMax="3.5")
|
| NoiseType |
TEnumAsByte< ENoiseType > |
The type of the noise function. |
Expressions/Procedural/TG_Expression_Noise.h |
- EditAnywhere
- BlueprintReadWrite
- Category=NoCategory
- Meta=(TGType="TG_Setting")
|
| Octaves |
int32 |
The number of levels of details that you want from the noise signal. |
Expressions/Procedural/TG_Expression_Noise.h |
- EditAnywhere
- Category=NoCategory
- Meta=(TGType="TG_Setting", UIMin="0", ClampMin="0", UIMax="10", ClampMax="10")
|
| Output |
FTG_Texture |
The generated noise texture. |
Expressions/Procedural/TG_Expression_Noise.h |
- EditAnywhere
- Category=NoCategory
- Meta=(TGType="TG_Output", PinDisplayName="")
|
| Persistence |
float |
Number that determines how much each octave contributes to the overall shape of the noise signal (adjusts amplitude) |
Expressions/Procedural/TG_Expression_Noise.h |
- EditAnywhere
- Category=NoCategory
- Meta=(TGType="TG_Setting")
|
| Seed |
int32 |
A value used to initialize or "seed" a random number generator when generating procedural noise. Changing the noise seed produces different patterns or variations in the generated noise. |
Expressions/Procedural/TG_Expression_Noise.h |
- EditAnywhere
- Category=NoCategory
- Meta=(TGType="TG_Setting", UIMin="-100", ClampMin="-100", UIMax="100", ClampMax="100")
|