IMovieSceneEasingFunction::EvaluateWith

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

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Generators/MovieSceneEasingFunction.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Generators/MovieSceneEasingCurves.cpp

Syntax

static float EvaluateWith
(
    const TScriptInterface< IMovieSceneEasingFunction > & ScriptInterface,
    float Time
)

Remarks

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

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