Navigation
API > API/Plugins > API/Plugins/Synthesis
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/ConvolutionReverb.h |
| Include | #include "ConvolutionReverb.h" |
Syntax
struct FConvolutionReverbGainEntry
Remarks
Gain entry into convolution matrix.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Gain | ||
| int32 | ImpulseIndex | ||
| int32 | InputIndex | ||
| int32 | OutputIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConvolutionReverbGainEntry
(
int32 InInputIndex, |