unreal.SubmixSendMethod

class unreal.SubmixSendMethod

Bases: EnumBase

ESubmix Send Method

C++ Source:

  • Module: Engine

  • File: SoundAttenuation.h

CUSTOM_CURVE: SubmixSendMethod

A submix send based on a supplied curve

Type:

1

LINEAR: SubmixSendMethod

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

Type:

0

MANUAL: SubmixSendMethod

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

Type:

2