Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EAirAbsorptionMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundAttenuation.h |
| Include Path | #include "Sound/SoundAttenuation.h" |
Syntax
enum EAirAbsorptionMethod
{
Linear,
CustomCurve,
}
Values
| Name | Remarks |
|---|---|
| Linear | The air absorption conform to a linear distance function. |
| CustomCurve | The air absorption conforms to a custom distance curve. |