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
enum EAirAbsorptionMethod
{
Linear,
CustomCurve,
}
Values
| Name | Description |
|---|---|
| Linear | The air absorption conform to a linear distance function. |
| CustomCurve | The air absorption conforms to a custom distance curve. |