Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Generators
Inheritance Hierarchy
- IMovieSceneEasingFunction
- UMovieSceneBuiltInEasingFunction
- UMovieSceneEasingExternalCurve
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Generators/MovieSceneEasingFunction.h |
Include | #include "Generators/MovieSceneEasingFunction.h" |
Syntax
class IMovieSceneEasingFunction
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
float | Evaluate
(
float Interp |
Evaluate the easing with an interpolation value between 0 and 1 |
![]() ![]() |
float | EvaluateWith
(
const TScriptInterface< IMovieSceneEasingFunction >& ScriptInterface, |
Evaluate using the specified script interface. Handles both native and k2 implemented interfaces. |
![]() ![]() ![]() |
FText | ||
![]() ![]() |
float | OnEvaluate
(
float Interp |
Evaluate the easing with an interpolation value between 0 and 1 |