Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Sound Source Bus Send Info' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Sound Source Bus Send Info |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Min Send Level | The amount to send to the bus 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 bus 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) |