EAudioVolumeLocationState

Enum describing the state of checking audio volume location.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Sound/AudioVolume.h"

Syntax

enum EAudioVolumeLocationState
{
    InsideTheVolume,
    OutsideTheVolume,
}

Values

Name

Description

InsideTheVolume

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

OutsideTheVolume

A send based on a supplied curve.

Remarks

Enum describing the state of checking audio volume location.

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