Navigation
API > API/Runtime > API/Runtime/SignalProcessing
Delay line settings for reverb plate delay Tap locations are determined by analyzing these delay values.
| Name | FLateReflectionsPlateDelays |
| Type | struct |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/LateReflectionsFast.h |
| Include Path | #include "DSP/LateReflectionsFast.h" |
Syntax
struct FLateReflectionsPlateDelays
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NumSamplesAPF | int32 | All pass filter length. | DSP/LateReflectionsFast.h | |
| NumSamplesDelayA | int32 | Tap 0 exists at the output of DelayA. | DSP/LateReflectionsFast.h | |
| NumSamplesDelayB | int32 | Tap 1 exists at the output of DelayB. | DSP/LateReflectionsFast.h | |
| NumSamplesDelayC | int32 | Tap 2 exists at the output of DelayC. | DSP/LateReflectionsFast.h | |
| NumSamplesDelayD | int32 | Delay line length. | DSP/LateReflectionsFast.h | |
| NumSamplesDelayE | int32 | Tap 3 exists at the output of DelayE. | DSP/LateReflectionsFast.h | |
| NumSamplesDelayF | int32 | Tap 4 exists at the output of DelayF. | DSP/LateReflectionsFast.h | |
| NumSamplesDelayG | int32 | Tap 5 exists at the output of DelayG. | DSP/LateReflectionsFast.h | |
| NumSamplesDelayH | int32 | Tap 6 exists at the output of DelayH. | DSP/LateReflectionsFast.h | |
| NumSamplesDelayI | int32 | Output tap exists at the output of DelayI. | DSP/LateReflectionsFast.h | |
| NumSamplesModulatedBase | int32 | Base delay samples for modulated delay. | DSP/LateReflectionsFast.h | |
| NumSamplesModulatedDelta | int32 | Max delta samples for modulated delay. | DSP/LateReflectionsFast.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FLateReflectionsPlateDelays DefaultLeftDelays
(
float InSampleRate |
Default delay settings for left channel. | DSP/LateReflectionsFast.h | |
static FLateReflectionsPlateDelays DefaultRightDelays
(
float InSampleRate |
Default delay settings for right channel. | DSP/LateReflectionsFast.h |