Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'SubmixEffectStereoDelaySettings' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Submix Effect Stereo Delay Settings |
Outputs
Type | Name | Description |
---|---|---|
enum | Delay Mode | What mode to set the stereo delay effect. |
real | Delay Time Msec | The base amount of delay in the left and right channels of the delay line. |
real | Feedback | The amount of audio to feedback into the delay line once the delay has been tapped. |
real | Delay Ratio | Delay spread for left and right channels. Allows left and right channels to have differential delay amounts. Useful for stereo channel decorrelation. |
real | Wet Level | The amount of delay effect to mix with the dry input signal into the effect. |
real | Dry Level | The dry level of the effect |
boolean | Filter Enabled | Whether or not to enable filtering |
enum | Filter Type | Filter type to feed feedback audio to |
real | Filter Frequency | Cutoff frequency of the filter |
real | Filter Q | Q of the filter |