Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Channels > API/Runtime/MovieSceneTracks/Channels/FMovieSceneDoublePerlinNoiseChan- > API/Runtime/MovieSceneTracks/Channels/FMovieSceneDoublePerlinNoiseChan-/Evaluate
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Channels/MovieSceneDoublePerlinNoiseChannel.h |
| Include | #include "Channels/MovieSceneDoublePerlinNoiseChannel.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Channels/MovieSceneDoublePerlinNoiseChannel.cpp |
bool Evaluate
&40;
const UMovieSceneSection &42; InSection,
FFrameTime InTime,
double & OutValue
&41; const
Remarks
Evaluate this channel at the given time Whether the noise was successfully evaluated
Parameters
| Name | Description |
|---|---|
| InSection | The section that contains this channel, used to lookup the sequence's tick resolution |
| InTime | The time, in ticks, to evaluate at |
| OutValue | The evaluated noise value |