unreal.ReverbSendMethod

class unreal.ReverbSendMethod

Bases: EnumBase

EReverb Send Method

C++ Source:

  • Module: Engine

  • File: SoundAttenuation.h

CUSTOM_CURVE: ReverbSendMethod = Ellipsis

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

Type:

1

LINEAR: ReverbSendMethod = Ellipsis

Reverb send based on linear interpolation between a distance range and a remapping range

Type:

0

MANUAL: ReverbSendMethod = Ellipsis

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

Type:

2