ESubmixSendMethod

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundAttenuation.h

Include

#include "Sound/SoundAttenuation.h"

Syntax

enum ESubmixSendMethod
{
    Linear,
    CustomCurve,
    Manual,
}

Values

Name

Description

Linear

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

CustomCurve

A submix send based on a supplied curve.

Manual

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss