Audio::EBiquadFilter::Type

Enumeration of filter types.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/Filter.h"

Syntax

namespace Audio
{
    namespace EBiquadFilter
    {
        enum Type
        {
            Lowpass,
            Highpass,
            Bandpass,
            Notch,
            ParametricEQ,
            LowShelf,
            HighShelf,
            AllPass,
            ButterworthLowPass,
            ButterworthHighPass,
        }
    }
}

Values

Name

Description

Lowpass

Highpass

Bandpass

Notch

ParametricEQ

LowShelf

HighShelf

AllPass

ButterworthLowPass

ButterworthHighPass

Remarks

Enumeration of filter types.

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