BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'SoundSourceBusSendInfo' 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 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 equal to value specified in the max send distance. |
real | Min Send Distance | The distance at which the min send Level is sent to the bus |
real | Max Send Distance | The distance at which the max send level is sent to the bus |
struct | Custom Send Level Curve | The custom curve to use for distance-based bus send level. |