unreal.SourceBusSendLevelControlMethod

class unreal.SourceBusSendLevelControlMethod

Bases: EnumBase

ESource Bus Send Level Control Method

C++ Source:

  • Module: Engine

  • File: SoundSourceBusSend.h

CUSTOM_CURVE: SourceBusSendLevelControlMethod = Ellipsis

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

Type:

1

LINEAR: SourceBusSendLevelControlMethod = Ellipsis

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

Type:

0

MANUAL: SourceBusSendLevelControlMethod = Ellipsis

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

Type:

2