Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EAttenuationDistanceModel |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Attenuation.h |
| Include Path | #include "Engine/Attenuation.h" |
Syntax
enum EAttenuationDistanceModel
{
Linear,
Logarithmic,
Inverse,
LogReverse,
NaturalSound,
Custom,
}
Values
| Name | Remarks |
|---|---|
| Linear | |
| Logarithmic | |
| Inverse | |
| LogReverse | |
| NaturalSound | |
| Custom |