Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/FConvolutionReverb
References
Module | Synthesis |
Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/ConvolutionReverb.h |
Include | #include "ConvolutionReverb.h" |
Source | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Private/ConvolutionReverb.cpp |
static TUniquePtr< FConvolutionReverb > CreateConvolutionReverb
&40;
const FConvolutionReverbInitData & InInitData,
const FConvolutionReverbSettings & InSettings
&41;
Remarks
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.
InInitData - Contains all the information needed to create a convolution reverb. InSettings - The initial settings for the convolution reverb.
TUniquePtr