Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Sound Submix Send Info Base' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Sound Submix Send Info Base |
Outputs
| Type | Name | Description |
|---|---|---|
| enum | Send Level Control Method | Manual: Use Send Level onlyLinear: Interpolate between Min and Max Send Levels based on listener distance (between Min/Max Send Distance)Custom Curve: Use the float curve to map Send Level to distance (0.0-1.0 on curve maps to Min/Max Send Distance) |
| object | Sound Submix | The Submix to send the audio to |
| real | Manual Send Level | Manually set the amount of audio to send |
| boolean | Disable Manual Send Clamp | Whether to disable the internal 0-1 clamp for Manual Send Level control |
| real | Min Send Level | The amount to send to the Submix when sound is located at a distance less than or equal to value specified in the Min Send Distance |
| real | Max Send Level | The amount to send to the Submix when sound is located at a distance greater than or equal to value specified in the Max Send Distance |
| real | Min Send Distance | The distance at which to start mapping between to Min/Max Send LevelDistances LESS than this will result in a clamped Min Send Level |
| real | Max Send Distance | The distance at which to stop mapping between Min/Max Send LevelDistances GREATER than this will result in a clamped Max Send Level |
| struct | Custom Send Level Curve | The custom send curve to use for distance-based send level. (0.0-1.0 on the curve's X-axis maps to Min/Max Send Distance) |