Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/FSourceEffectConvolutionReverb
Description
Sets current runtime settings for convolution reverb which do not trigger a FConvolutionReverb rebuild. These settings will be applied to FConvolutionReverb at the next call to UpdateParameters()
| Name | SetConvolutionReverbParameters |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectConvolutionReverb.h |
| Include Path | #include "SourceEffects/SourceEffectConvolutionReverb.h" |
| Source | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Private/SourceEffectConvolutionReverb.cpp |
void SetConvolutionReverbParameters
(
const FSourceEffectConvolutionReverbSettings & InSettings
)