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