Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundAttenuation.h |
Include |
#include "Sound/SoundAttenuation.h" |
enum EAirAbsorptionMethod
{
Linear,
CustomCurve,
}
Name |
Description |
---|---|
Linear |
The air absorption conform to a linear distance function. |
CustomCurve |
The air absorption conforms to a custom distance curve. |