FExponentialEase::GetFactorForTau

This is a method for getting the factor to use for a given tau and sample rate.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/Dsp.h"

Syntax

static float GetFactorForTau
(
    float InTau,
    float InSampleRate
)

Remarks

This is a method for getting the factor to use for a given tau and sample rate. Tau here is defined as the time it takes the interpolator to be within 1/e of it's destination.

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