Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SubmixEffects
Inheritance Hierarchy
- FSoundEffectSubmix
- FSubmixEffectDelay
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectDelay.h |
| Include | #include "SubmixEffects/SubmixEffectDelay.h" |
Syntax
class FSubmixEffectDelay : public FSoundEffectSubmix
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
const FSoundEffectSubmixInitData& InData |
||
| void | |||
| void | OnProcessAudio
(
const FSoundEffectSubmixInputData& InData, |
||
| void | SetDelayLineLength
(
float Length |
Set how long the actually delay is, in milliseconds. | |
| void | SetEffectParameters
(
const FSubmixEffectDelaySettings& InTapEffectParameters |
Sets the reverb effect parameters based from audio thread code. | |
| void | SetInterpolationTime
(
float Time |
Set the time it takes, in milliseconds, to arrive at a new parameter. |
Constants
| Name | Description |
|---|---|
| MinLengthDelaySec |