Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/FConvolutionReverb
Description
Create a convolution reverb object. This performs creation of the convolution algorithm object, converting sample rates of impulse responses, sets the impulse response and initializes the gain matrix of the convolution algorithm, and initializes and upmix or downmix objects.
@params InInitData - Contains all the information needed to create a convolution reverb. @params InSettings - The initial settings for the convolution reverb.
| Name | CreateConvolutionReverb |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/ConvolutionReverb.h |
| Include Path | #include "ConvolutionReverb.h" |
| Source | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Private/ConvolutionReverb.cpp |
static TUniquePtr < FConvolutionReverb > CreateConvolutionReverb
(
const FConvolutionReverbInitData & InInitData,
const FConvolutionReverbSettings & InSettings
)
TUniquePtr