Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/LateReflectionsFast.h |
| Include | #include "DSP/LateReflectionsFast.h" |
Syntax
struct FLateReflectionsFastSettings
Remarks
Settings for controlling the FLateReflections.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Bandwidth | Frequency bandwidth of audio going into input diffusers. 0.999 is full bandwidth. | |
| float | Dampening | The amount of high-frequency dampening in plate feedback paths. | |
| float | Decay | The amount of decay in the feedback path. Lower value is larger reverb time. | |
| float | Density | The amount of diffusion in decay path. Larger values is a more dense reverb. | |
| float | Diffusion | Amount of input diffusion (larger value results in more diffusion) | |
| float | LateDelayMsec | Milliseconds for the predelay. | |
| float | LateGainDB | Initial attenuation of audio after it leaves the predelay. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FLateReflectionsFastSettings& Other |
||
| bool | operator==
(
const FLateReflectionsFastSettings& Other |