FCurveSequence::FCurveSequence

Construct by adding a single animation curve to this sequence.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Animation/CurveSequence.h

Include

#include "Animation/CurveSequence.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Animation/CurveSequence.cpp

Syntax

FCurveSequence
(
    const float InStartTimeSeconds,
    const float InDurationSeconds,
    const ECurveEaseFunction InEaseFunction
)

Remarks

Construct by adding a single animation curve to this sequence. Does not provide access to the curve though.

Returns

A FCurveHandle that can be used to get the value of this curve after the animation starts playing.

Parameters

Parameter

Description

InStartTimeSeconds

When to start this curve.

InDurationSeconds

How long this curve lasts.

InEaseFunction

Easing function to use for this curve. Defaults to Linear. Use this to smooth out your animation transitions.

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