BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'SoundSubmixSendInfo' from its members
Inputs
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 Distance Min and Distance Max)Custom Curve: Use the float curve to map Send Level to distance (0.0-1.0 on curve maps to Distance Min - Distance Max) |
enum | Send Stage | Defines at what mix stage the send should happen. |
object | Sound Submix | The submix to send the audio to |
real | Manual Send Level | The amount of audio to send |
boolean | Disable Manual Send Clamp | Whether to disable the 0-1 clamp for manual SendLevel control |
real | Min Send Level | The amount to send to master 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 master when sound is located at a distance equal to value specified in the max send distance. |
real | Min Send Distance | The min distance to send to the master |
real | Max Send Distance | The max distance to send to the master |
struct | Custom Send Level Curve | The custom reverb send curve to use for distance-based send level. |
Outputs
Type | Name | Description |
---|---|---|
struct | Sound Submix Send Info |