IMovieSceneEasingFunction

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Generators/MovieSceneEasingFunction.h

Include

#include "Generators/MovieSceneEasingFunction.h"

Syntax

class IMovieSceneEasingFunction

Functions

Name Description

Protected function Virtual Const

float

 

Evaluate

(
    float Interp
)

Evaluate the easing with an interpolation value between 0 and 1

Public function Static

float

 

EvaluateWith

(
    const TScriptInterface< IMovieScene...,
    float Time
)

Evaluate using the specified script interface. Handles both native and k2 implemented interfaces.

Protected function Const

float

 

OnEvaluate

(
    float Interp
)

Evaluate the easing with an interpolation value between 0 and 1

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss