FCurveHandle

A handle to curve within a curve sequence.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Animation/CurveHandle.h"

Syntax

struct FCurveHandle

Remarks

A handle to curve within a curve sequence.

Constructors

Name Description

Public function

FCurveHandle

(
    const FCurveSequence* InOwnerS...,
    int32 InCurveIndex
)

Creates and initializes a curve handle.

Functions

Name Description

Public function Static

float

 

ApplyEasing

(
    float Time,
    ECurveEaseFunction EaseType
)

Applies animation easing to lerp value

Public function Const

float

 

GetLerp()

Gets the linearly interpolated value between 0 and 1 for this curve.

Public function Const

bool

 

IsInitialized()

Checks whether this handle is initialized.

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