unreal.ConcurrencyVolumeScaleMode

class unreal.ConcurrencyVolumeScaleMode

Bases: EnumBase

EConcurrency Volume Scale Mode

C++ Source:

  • Module: Engine

  • File: SoundConcurrency.h

DEFAULT: ConcurrencyVolumeScaleMode = Ellipsis

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

Type:

0

DISTANCE: ConcurrencyVolumeScaleMode = Ellipsis

Scales distant sounds by volume scalar more than closer sounds

Type:

1

PRIORITY: ConcurrencyVolumeScaleMode = Ellipsis

Scales lower priority sounds by volume scalar more than closer sounds

Type:

2