Navigation
API > API/Runtime > API/Runtime/SignalProcessing
| Name | FEarlyReflectionsFastSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/EarlyReflectionsFast.h |
| Include Path | #include "DSP/EarlyReflectionsFast.h" |
Syntax
struct FEarlyReflectionsFastSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEarlyReflectionsFastSettings() |
DSP/EarlyReflectionsFast.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Absorption | float | Early reflection high frequency absorption factor. | DSP/EarlyReflectionsFast.h | |
| Bandwidth | float | Input sample bandwidth before entering early reflections. | DSP/EarlyReflectionsFast.h | |
| Decay | float | Early reflections decay (lower value is longer) | DSP/EarlyReflectionsFast.h | |
| Gain | float | Early reflections gain. | DSP/EarlyReflectionsFast.h | |
| PreDelayMsec | float | Delay between input signal and early reflections. | DSP/EarlyReflectionsFast.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FEarlyReflectionsFastSettings& Other |
DSP/EarlyReflectionsFast.h | ||
bool operator==
(
const FEarlyReflectionsFastSettings& Other |
DSP/EarlyReflectionsFast.h |