unreal.ConcurrencyVolumeScaleMode
¶
- class unreal.ConcurrencyVolumeScaleMode¶
Bases:
unreal.EnumBase
EConcurrency Volume Scale Mode
C++ Source:
Module: Engine
File: SoundConcurrency.h
- DEFAULT¶
Scales volume of older sounds more than newer sounds (default)
- Type
0
- DISTANCE¶
Scales distant sounds by volume scalar more than closer sounds
- Type
1
- PRIORITY¶
Scales lower priority sounds by volume scalar more than closer sounds
- Type
2