Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
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 |