ESendLevelControlMethod

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Sound/SoundSubmixSend.h"

Syntax

enum ESendLevelControlMethod
{
    Linear,
    CustomCurve,
    Manual,
}

Values

Name

Description

Linear

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

CustomCurve

A send based on a supplied curve.

Manual

A manual 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