Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Animation > API/Runtime/SlateCore/Animation/FCurveSequence
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Animation/CurveSequence.h |
| Include | #include "Animation/CurveSequence.h" |
Syntax
struct FSlateCurve
Remarks
A curve has a time offset and duration.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | DurationSeconds | Length of this animation in seconds | |
| ECurveEaseFunction | EaseFunction | Type of easing function to use for this curve. Could be passed it at call site. | |
| float | StartTime | Start time for this animation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlateCurve
(
float InStartTime, |
Constructor |