unreal.ReverbSendMethod

class unreal.ReverbSendMethod

Bases: EnumBase

EReverb Send Method

C++ Source:

  • Module: Engine

  • File: SoundAttenuation.h

CUSTOM_CURVE: ReverbSendMethod

A reverb send based on a supplied curve

Type:

1

LINEAR: ReverbSendMethod

A reverb send based on linear interpolation between a distance range and send-level range

Type:

0

MANUAL: ReverbSendMethod

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

Type:

2