Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/MovieSceneTracksComponentTypes.h |
| Include | #include "MovieSceneTracksComponentTypes.h" |
Syntax
USTRUCT ()
struct FPerlinNoiseParams
Remarks
Component data for Perlin Noise channels
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | Amplitude | The amplitude of the noise, which will vary between [-Amplitude, +Amplitude] | |
| float | Frequency | The frequency of the noise, i.e. how many times per second does the noise peak | |
| float | Offset | Starting offset, in seconds, into the noise pattern |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPerlinNoiseParams
(
float InFrequency, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RandomizeOffset
(
float InMaxOffset |
Generates a new random offset between [0, InMaxOffset] and sets it |