Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundAttenuation.h |
Include |
#include "Sound/SoundAttenuation.h" |
struct FAttenuationSubmixSendSettings
Name | Description | ||
---|---|---|---|
|
CustomSubmixSendCurve |
The custom Submix send curve to use for distance-based send level. |
|
|
float |
ManualSubmixSendLevel |
The manual Submix send level to use. Doesn't change as a function of distance. |
|
Submix |
Submix to send audio to based on distance. |
|
|
float |
SubmixSendDistanceMax |
The max distance to send to the Submix. |
|
float |
SubmixSendDistanceMin |
The min distance to send to the Submix. |
|
float |
SubmixSendLevelMax |
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. |
|
float |
SubmixSendLevelMin |
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. |
|
SubmixSendMethod |
What method to use to use for submix sends. |