Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Source Effect Stereo Delay Settings' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Source Effect Stereo Delay Settings |
Outputs
Type | Name | Description |
---|---|---|
enum | Mode | What mode to set the stereo delay effect. |
real | Delay Time (Ms) | 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 | Enabled | Whether or not to enable filtering |
enum | Type | Filter type to feed feedback audio to |
real | Cutoff Frequency (Hz) | Cutoff frequency of the filter |
real | Resonance (Q) | Q of the filter |