unreal.SendLevelControlMethod
¶
- class unreal.SendLevelControlMethod¶
Bases:
EnumBase
ESend Level Control Method
C++ Source:
Module: Engine
File: SoundSubmixSend.h
- CUSTOM_CURVE: SendLevelControlMethod¶
A send based on a supplied curve
- Type:
1
- LINEAR: SendLevelControlMethod¶
A send based on linear interpolation between a distance range and send-level range
- Type:
0
- MANUAL: SendLevelControlMethod¶
A manual send level (Uses the specified constant send level value. Useful for 2D sounds.)
- Type:
2