EPanningMethod

Enumeration defines what method of panning to use (for non-binaural audio) with the audio-mixer.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Sound/AudioSettings.h"

Syntax

enum EPanningMethod
{
    Linear,
    EqualPower,
}

Values

Name

Description

Linear

Linear panning maintains linear amplitude when panning between speakers.

EqualPower

Equal power panning maintains equal power when panning between speakers.

Remarks

Enumeration defines what method of panning to use (for non-binaural audio) with the audio-mixer.

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