Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ESendLevelControlMethod |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmixSend.h |
| Include Path |
#include "Sound/SoundSubmixSend.h" |
Syntax
enum ESendLevelControlMethod
{
Linear,
CustomCurve,
Manual,
}
Values
| Name |
Remarks |
| Linear |
A send based on linear interpolation between the distance range and the remapped range. |
| CustomCurve |
A send based on distance using the supplied curve mapping (distance = X, send level = Y) |
| Manual |
A constant send level (Uses the specified constant send level value. Useful for 2D sounds.) |