Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FCurveSequence
Description
For single-curve animations, returns the interpolation alpha for the animation. If you call this function on a sequence with multiple curves, an assertion will trigger.
| Name | GetLerp |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Animation/CurveSequence.h |
| Include Path | #include "Animation/CurveSequence.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Animation/CurveSequence.cpp |
float GetLerp() const
A linearly interpolated value between 0 and 1 for this curve.