FEnvelopeFollower::Init

Initialize the envelope follower.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/EnvelopeFollower.h"

Source

/Engine/Source/Runtime/SignalProcessing/Private/EnvelopeFollower.cpp

Syntax

void Init
(
    const float InSampleRate,
    const float InAttackTimeMsec,
    const float InReleaseTimeMSec,
    const EPeakMode::Type InMode,
    const bool bInIsAnalg
)

Remarks

Initialize the envelope follower.

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