Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Amp.h |
| Include | #include "DSP/Amp.h" |
Syntax
struct FWetDry
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | DryLevel | Level of dry signal. | |
| float | WetLevel | Level of wet signal. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWetDry
(
float InWetLevel, |