unreal.AttenuationSubmixSendSettings
¶
- class unreal.AttenuationSubmixSendSettings(submix: SoundSubmixBase = Ellipsis, submix_send_method: SubmixSendMethod = Ellipsis, submix_send_level_min: float = 0.0, submix_send_level_max: float = 0.0, submix_send_distance_min: float = 0.0, submix_send_distance_max: float = 0.0, manual_submix_send_level: float = 0.0, custom_submix_send_curve: RuntimeFloatCurve = [])¶
Bases:
StructBase
Attenuation Submix Send Settings
C++ Source:
Module: Engine
File: SoundAttenuation.h
Editor Properties: (see get_editor_property/set_editor_property)
custom_submix_send_curve
(RuntimeFloatCurve): [Read-Write] Custom Submix Send Curve: The custom Submix send curve to use for distance-based send level.manual_submix_send_level
(float): [Read-Write] Manual Submix Send Level: The manual Submix send level to use. Doesn’t change as a function of distance.submix
(SoundSubmixBase): [Read-Write] Submix: Submix to send audio to based on distance.submix_send_distance_max
(float): [Read-Write] Submix Send Distance Max: The max distance to send to the Submix.submix_send_distance_min
(float): [Read-Write] Submix Send Distance Min: The min distance to send to the Submix.submix_send_level_max
(float): [Read-Write] Submix Send Level Max: The amount to send to the Submix when the sound is located at a distance equal to value specified in the reverb max send distance.submix_send_level_min
(float): [Read-Write] Submix Send Level Min: The amount to send to the Submix when the sound is located at a distance equal to value specified in the submix send distance min.submix_send_method
(SubmixSendMethod): [Read-Write] Submix Send Method: What method to use to use for submix sends.
- property custom_submix_send_curve: RuntimeFloatCurve¶
[Read-Write] Custom Submix Send Curve: The custom Submix send curve to use for distance-based send level.
- Type:
- property manual_submix_send_level: float¶
[Read-Write] Manual Submix Send Level: The manual Submix send level to use. Doesn’t change as a function of distance.
- Type:
(float)
- property submix: SoundSubmixBase¶
[Read-Write] Submix: Submix to send audio to based on distance.
- Type:
- property submix_send_distance_max: float¶
[Read-Write] Submix Send Distance Max: The max distance to send to the Submix.
- Type:
(float)
- property submix_send_distance_min: float¶
[Read-Write] Submix Send Distance Min: The min distance to send to the Submix.
- Type:
(float)
- property submix_send_level_max: float¶
[Read-Write] Submix Send Level Max: The amount to send to the Submix when the sound is located at a distance equal to value specified in the reverb max send distance.
- Type:
(float)
- property submix_send_level_min: float¶
[Read-Write] Submix Send Level Min: The amount to send to the Submix when the sound is located at a distance equal to value specified in the submix send distance min.
- Type:
(float)
- property submix_send_method: SubmixSendMethod¶
[Read-Write] Submix Send Method: What method to use to use for submix sends.
- Type: