EGainParamMode

Whether to use linear or decibel values for audio gains.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Sound/SoundSubmix.h"

Syntax

enum EGainParamMode
{
    Linear      = 0,
    Decibels,
}

Values

Name

Description

Linear

Decibels

Remarks

Whether to use linear or decibel values for audio gains.

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