Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Channels
Inheritance Hierarchy
- FMovieSceneChannel
- FMovieSceneFloatPerlinNoiseChannel
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Channels/MovieSceneFloatPerlinNoiseChannel.h |
| Include | #include "Channels/MovieSceneFloatPerlinNoiseChannel.h" |
Syntax
struct FMovieSceneFloatPerlinNoiseChannel : public FMovieSceneChannel
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPerlinNoiseParams | PerlinNoiseParams | The noise parameters |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | Evaluate
(
double InSeconds |
Evaluate this channel at the given time | |
| float | Evaluate
(
const FPerlinNoiseParams& InParams, |
Evaluate perlin noise | |
| bool | Evaluate
(
const UMovieSceneSection* InSection, |
Evaluate this channel at the given time |
Typedefs
| Name | Description |
|---|---|
| CurveValueType |