unreal.ConcurrencyVolumeScaleMode

class unreal.ConcurrencyVolumeScaleMode

Bases: EnumBase

EConcurrency Volume Scale Mode

C++ Source:

  • Module: Engine

  • File: SoundConcurrency.h

DEFAULT: ConcurrencyVolumeScaleMode

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

Type:

0

DISTANCE: ConcurrencyVolumeScaleMode

Scales distant sounds by volume scalar more than closer sounds

Type:

1

PRIORITY: ConcurrencyVolumeScaleMode

Scales lower priority sounds by volume scalar more than closer sounds

Type:

2