Navigation
API > API/Plugins > API/Plugins/Synthesis
======================================================================== FSubmixEffectDelaySettingsUStruct used to define user-exposed params for use with your effect.
| Name | FSubmixEffectDelaySettings |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectDelay.h |
| Include Path | #include "SubmixEffects/SubmixEffectDelay.h" |
Syntax
USTRUCT (BlueprintType )
struct FSubmixEffectDelaySettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DelayLength | float | Number of milliseconds of delay. Caps at max delay at runtime. | SubmixEffects/SubmixEffectDelay.h |
|
| InterpolationTime | float | Number of milliseconds over which a tap will reach it's set length and gain. Smaller values are more responsive, while larger values will make pitching less dramatic. | SubmixEffects/SubmixEffectDelay.h |
|
| MaximumDelayLength | float | Maximum possible length for a delay, in milliseconds. Changing this at runtime will reset the effect. | SubmixEffects/SubmixEffectDelay.h |
|