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