EConcurrencyVolumeScaleMode

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Sound/SoundConcurrency.h"

Syntax

enum EConcurrencyVolumeScaleMode
{
    Default     = 0,
    Distance,
    Priority,
}

Values

Name

Description

Default

Scales volume of older sounds more than newer sounds (default)

Distance

Scales distant sounds by volume scalar more than closer sounds

Priority

Scales lower priority sounds by volume scalar more than closer 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