unreal.SendLevelControlMethod

class unreal.SendLevelControlMethod

Bases: EnumBase

ESend Level Control Method

C++ Source:

  • Module: Engine

  • File: SoundSubmixSend.h

CUSTOM_CURVE: SendLevelControlMethod = Ellipsis

A send based on distance using the supplied curve mapping (distance = X, send level = Y)

Type:

1

LINEAR: SendLevelControlMethod = Ellipsis

A send based on linear interpolation between the distance range and the remapped range

Type:

0

MANUAL: SendLevelControlMethod = Ellipsis

A constant send level (Uses the specified constant send level value. Useful for 2D sounds.)

Type:

2