Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FPlateReverbFastSettings
EQuadBehavior describes how reverb is generated when there are 5 or more output channels.
| Name | EQuadBehavior |
| Type | enum |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/ReverbFast.h |
| Include Path | #include "DSP/ReverbFast.h" |
Syntax
enum EQuadBehavior
{
StereoOnly,
QuadMatched,
QuadFlipped,
}
Values
| Name | Remarks |
|---|---|
| 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. |