Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EPriorityAttenuationMethod |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundAttenuation.h |
| Include Path |
#include "Sound/SoundAttenuation.h" |
Syntax
enum EPriorityAttenuationMethod
{
Linear,
CustomCurve,
Manual,
}
Values
| Name |
Remarks |
| Linear |
A priority attenuation based on linear interpolation between a distance range and priority attenuation range. |
| CustomCurve |
A priority attenuation based on a supplied curve. |
| Manual |
A manual priority attenuation (Uses the specified constant value. Useful for 2D sounds.) |