Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FCurveHandle
Description
Gets the linearly interpolated value between 0 and 1 for this curve.
| Name | GetLerp |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Animation/CurveHandle.h |
| Include Path | #include "Animation/CurveHandle.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Animation/CurveHandle.cpp |
float GetLerp() const
Lerp value.
See Also
- GetLerpLooping