Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP > API/Runtime/SignalProcessing/DSP/FEarlyReflections
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Reverb.h |
| Include | #include "DSP/Reverb.h" |
Syntax
struct FFDNDelayData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDelayAPF[4] | APF | 4 feedback delay lines per input channel (stereo) which feed into each other using a normalized feedback matrix | |
| float[4] | DelayLineInputs | ||
| float[4] | DelayLineOuputs | ||
| FOnePoleLPF | InputLPF | Input LPF for early reflections. | |
| FOnePoleLPF[4] | LPF | ||
| FDelay | PreDelay | Pre-Delay for the input audio to the FDN reverberator. |