Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundAttenuation.h |
| Include | #include "Sound/SoundAttenuation.h" |
Syntax
struct FAttenuationSubmixSendSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRuntimeFloatCurve | 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. | |
| TObjectPtr< USoundSubmixBase > | 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. | |
| ESubmixSendMethod | SubmixSendMethod | What method to use to use for submix sends. |