FEqualizer::SetBandParams

Sets all params of the band at once.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/EQ.h"

Source

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

Syntax

void SetBandParams
(
    const int32 InBand,
    const float InFrequency,
    const float InBandwidth,
    const float InGainDB
)

Remarks

Sets all params of the band at once.

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