unreal.SubmixSendMethod¶
- class unreal.SubmixSendMethod¶
Bases:
EnumBasedeprecated: ‘SubmixSendMethod’ was renamed to ‘SendLevelControlMethod’.
- CUSTOM_CURVE: SubmixSendMethod = Ellipsis¶
A send based on distance using the supplied curve mapping (distance = X, send level = Y)
- Type:
1
- LINEAR: SubmixSendMethod = Ellipsis¶
A send based on linear interpolation between the distance range and the remapped range
- Type:
0
- MANUAL: SubmixSendMethod = Ellipsis¶
A constant send level (Uses the specified constant send level value. Useful for 2D sounds.)
- Type:
2