![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CurveSequence.h>
Public Member Functions | |
| FSlateCurve (float InStartTime, float InDurationSeconds, const ECurveEaseFunction InEaseFunction) | |
Public Attributes | |
| float | DurationSeconds |
| float | StartTime |
| ECurveEaseFunction | EaseFunction |
A curve has a time offset and duration.
|
inline |
Constructor
| float FCurveSequence::FSlateCurve::DurationSeconds |
Length of this animation in seconds
| ECurveEaseFunction FCurveSequence::FSlateCurve::EaseFunction |
Type of easing function to use for this curve. Could be passed it at call site.
| float FCurveSequence::FSlateCurve::StartTime |
Start time for this animation