Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Source Effect Simple Delay Settings' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Source Effect Simple Delay Settings |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Speed Of Sound | Speed of sound in meters per second when using distance-based delay |
| real | Delay Amount | Delay amount in seconds |
| real | Dry Amount | Gain stage on dry (non-delayed signal) |
| real | Wet Amount | Gain stage on wet (delayed) signal |
| real | Feedback | Amount to feedback into the delay line (because why not) |
| boolean | Delay Based On Distance | Whether or not to delay the audio based on the distance to the listener or use manual delay |
| boolean | Use Distance Override | Whether or not to allow the attenuation distance override value vs the distance to listener to be used for distance-based delay. |