EQuadBehavior

EQuadBehavior describes how reverb is generated when there are 5 or more output channels.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/ReverbFast.h"

Syntax

enum EQuadBehavior
{
    StereoOnly,
    QuadMatched,
    QuadFlipped,
}

Values

Name

Description

StereoOnly

Only produce reverb in front left and front right.

QuadMatched

Produce reverb in front left and front right. Copy front left to rear left and front right to rear right.

QuadFlipped

Produce reverb in front left and front right. Copy front left to rear right and front right to rear left.

Remarks

EQuadBehavior describes how reverb is generated when there are 5 or more output channels.

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