Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Animation
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Animation/CurveHandle.h |
| Include | #include "Animation/CurveHandle.h" |
Syntax
struct FCurveHandle
Remarks
A handle to curve within a curve sequence.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCurveHandle
(
const FCurveSequence* InOwnerSequence, |
Creates and initializes a curve handle. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | ApplyEasing
(
float Time, |
Applies animation easing to lerp value | |
| float | GetLerp () |
Gets the linearly interpolated value between 0 and 1 for this curve. | |
| bool | Checks whether this handle is initialized. |