Navigation
API > API/Plugins > API/Plugins/PropertyAnimator > API/Plugins/PropertyAnimator/FPropertyAnimatorWaveDoubleChann-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double Evaluate
(
double InBaseSeconds, |
MovieScene/Wave/PropertyAnimatorWaveDoubleChannel.h | ||
static double Evaluate
(
const FPropertyAnimatorWaveParameters& InParameters, |
MovieScene/Wave/PropertyAnimatorWaveDoubleChannel.h | ||
bool Evaluate
(
const UMovieSceneSection* InSection, |
MovieScene/Wave/PropertyAnimatorWaveDoubleChannel.h |
Evaluate(double, double)
| Name | Evaluate |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Public/MovieScene/Wave/PropertyAnimatorWaveDoubleChannel.h |
| Include Path | #include "MovieScene/Wave/PropertyAnimatorWaveDoubleChannel.h" |
| Source | /Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Private/MovieScene/Wave/PropertyAnimatorWaveDoubleChannel.cpp |
double Evaluate
(
double InBaseSeconds,
double InSeconds
) const
Evaluate(const FPropertyAnimatorWaveParameters &, double)
| Name | Evaluate |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Public/MovieScene/Wave/PropertyAnimatorWaveDoubleChannel.h |
| Include Path | #include "MovieScene/Wave/PropertyAnimatorWaveDoubleChannel.h" |
| Source | /Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Private/MovieScene/Wave/PropertyAnimatorWaveDoubleChannel.cpp |
static double Evaluate
(
const FPropertyAnimatorWaveParameters & InParameters,
double InSeconds
)
Evaluate(const UMovieSceneSection *, FFrameTime, double &)
| Name | Evaluate |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Public/MovieScene/Wave/PropertyAnimatorWaveDoubleChannel.h |
| Include Path | #include "MovieScene/Wave/PropertyAnimatorWaveDoubleChannel.h" |
| Source | /Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Private/MovieScene/Wave/PropertyAnimatorWaveDoubleChannel.cpp |
bool Evaluate
(
const UMovieSceneSection * InSection,
FFrameTime InTime,
double & OutValue
) const