FLinearEase

Simple easing function used to help interpolate params.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/Dsp.h

Include

#include "DSP/Dsp.h"

Syntax

class FLinearEase

Remarks

Simple easing function used to help interpolate params.

Constructors

Name Description

Public function

FLinearEase()

Destructors

Name Description

Public function

~FLinearEase()

Functions

Name Description

Public function

float

 

GetNextValue()

Public function

float

 

GetNextValue

(
    int32 NumTicksToJumpAhead
)

Same as GetValue(), but overloaded to increment Current Tick by NumTicksToJumpAhead (before getting the value)

Public function

void

 

Init

(
    float InSampleRate
)

Public function Const

bool

 

IsDone()

Public function Const

float

 

PeekCurrentValue()

Public function

void

 

SetValue

(
    const float InValue,
    float InTimeSec
)

Public function

void

 

SetValueInterrupt

(
    const float InValue
)

Updates the target value without changing the duration or tick data.

Public function

void

 

SetValueRange

(
    const float Start,
    const float End,
    const float InTimeSec
)

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