FSlateCurve

A curve has a time offset and duration.

Windows
MacOS
Linux

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

Name Description

Public variable

float

 

DurationSeconds

Length of this animation in seconds

Public variable

ECurveEaseFunct...

 

EaseFunction

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

Public variable

float

 

StartTime

Start time for this animation

Constructors

Name Description

Public function

FSlateCurve

(
    float InStartTime,
    float InDurationSeconds,
    const ECurveEaseFunction InEaseFunc...
)

Constructor

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss