Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SourceEffects
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectConvolutionReverb.h |
| Include | #include "SourceEffects/SourceEffectConvolutionReverb.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FSourceEffectConvolutionReverbSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bBypass | If true, input audio is directly routed to output audio with applying any effect. | |
| float | DryVolumeDb | Controls how much of the dry signal is mixed into the output, in Decibels. | |
| float | NormalizationVolumeDb | Used to account for energy added by convolution with "loud" Impulse Responses. | |
| float | WetVolumeDb | Controls how much of the wet signal is mixed into the output, in Decibels. |
Constructors
| Type | Name | Description | |
|---|---|---|---|