![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneTracksComponentTypes.h>
Public Member Functions | |
| MOVIESCENETRACKS_API | FPerlinNoiseParams () |
| MOVIESCENETRACKS_API | FPerlinNoiseParams (float InFrequency, double InAmplitude) |
| MOVIESCENETRACKS_API void | RandomizeOffset (float InMaxOffset=100.f) |
Public Attributes | |
| float | Frequency |
| double | Amplitude |
| float | Offset |
Component data for Perlin Noise channels
| FPerlinNoiseParams::FPerlinNoiseParams | ( | ) |
Generates a new random offset between [0, InMaxOffset] and sets it
| double FPerlinNoiseParams::Amplitude |
The amplitude of the noise, which will vary between [-Amplitude, +Amplitude]
| float FPerlinNoiseParams::Frequency |
The frequency of the noise, i.e. how many times per second does the noise peak
| float FPerlinNoiseParams::Offset |
Starting offset, in seconds, into the noise pattern