UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCurveSequence::FSlateCurve Struct Reference

#include <CurveSequence.h>

Public Member Functions

 FSlateCurve (float InStartTime, float InDurationSeconds, const ECurveEaseFunction InEaseFunction)
 

Public Attributes

float DurationSeconds
 
float StartTime
 
ECurveEaseFunction EaseFunction
 

Detailed Description

A curve has a time offset and duration.

Constructor & Destructor Documentation

◆ FSlateCurve()

FCurveSequence::FSlateCurve::FSlateCurve ( float  InStartTime,
float  InDurationSeconds,
const ECurveEaseFunction  InEaseFunction 
)
inline

Constructor

Member Data Documentation

◆ DurationSeconds

float FCurveSequence::FSlateCurve::DurationSeconds

Length of this animation in seconds

◆ EaseFunction

ECurveEaseFunction FCurveSequence::FSlateCurve::EaseFunction

Type of easing function to use for this curve. Could be passed it at call site.

◆ StartTime

float FCurveSequence::FSlateCurve::StartTime

Start time for this animation


The documentation for this struct was generated from the following file: