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