FPlateReverbFastSettings

Settings for plate reverb.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/ReverbFast.h"

Syntax

struct FPlateReverbFastSettings

Remarks

Settings for plate reverb.

Variables

Name Description

Public variable

bool

 

bEnableEarlyReflections

Enables / Disables early reflections.

Public variable

bool

 

bEnableLateReflections

Enables / Disables late reflections.

Public variable

FEarlyReflectio...

 

EarlyReflections

EarlyReflectionSettings controls the initial perceived echoes from a sound, modeling the first few orders of reflections from a sound source to the listener's ears.

Public variable

FLateReflection...

 

LateReflections

LateReflectionSettings controls the long tail diffused echo modeling the higher order reflections from a sound source to the listener's ears.

Public variable

EQuadBehavior

 

QuadBehavior

Set how reverb module generates reverb when there are 5 or more output channels.

Constructors

Name Description

Public function

FPlateReverbFastSettings()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FPlateReverbFastSettings& Ot...
)

Public function Const

bool

 

operator==

(
    const FPlateReverbFastSettings& Ot...
)

Enums

Name

Description

Public enum

EQuadBehavior

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