Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'AttenuationSubmixSendSettings' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Attenuation Submix Send Settings |
Outputs
Type | Name | Description |
---|---|---|
object | Submix | Submix to send audio to based on distance. |
enum | Submix Send Method | What method to use to use for submix sends. |
real | Submix Min Send Level | The amount to send to the Submix when the sound is located at a distance equal to value specified in the submix send distance min. |
real | Submix Max Send Level | The amount to send to the Submix when the sound is located at a distance equal to value specified in the reverb max send distance. |
real | Submix Min Send Distance | The min distance to send to the Submix. |
real | Submix Max Send Distance | The max distance to send to the Submix. |
real | Manual Submix Send Level | The manual Submix send level to use. Doesn't change as a function of distance. |
struct | Custom Submix Send Curve | The custom Submix send curve to use for distance-based send level. |