Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SubmixEffects
Inheritance Hierarchy
- USoundEffectSubmixPreset
- USubmixEffectTapDelayPreset
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectTapDelay.h |
| Include | #include "SubmixEffects/SubmixEffectTapDelay.h" |
Syntax
UCLASS (ClassGroup=AudioSourceEffect, Meta=(BlueprintSpawnableComponent),
AutoExpandCategories=(Realtime))
class USubmixEffectTapDelayPreset : public USoundEffectSubmixPreset
Remarks
======================================================================== UTapDelaySubmixPreset Class which processes audio streams and uses parameters defined in the preset class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSubmixEffectTapDelaySettings | DynamicSettings | ||
| FSubmixEffectTapDelaySettings | Settings |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Adds a dynamic tap delay with the given settings. Returns the tap id. | ||
EFFECT_PRESET_METHODS
(
SubmixEffectTapDelay |
Set all tap delay setting. This will replace any dynamically added or modified taps. | ||
| float | Get the maximum delay possible. | ||
| void | GetTap
(
int32 TapId, |
Get the current info about a specific tap. | |
| void | Retrieve an array of all tap ids for the submix effect. | ||
| void | OnInit () |
||
| void | Remove the tap from the preset. | ||
| void | SetInterpolationTime
(
float Time |
Set the time it takes to interpolate between parameters, in milliseconds. | |
| void | SetTap
(
int32 TapId, |
Modify a specific tap. |