Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EConcurrencyVolumeScaleMode |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundConcurrency.h |
| Include Path |
#include "Sound/SoundConcurrency.h" |
Syntax
enum EConcurrencyVolumeScaleMode
{
Default = 0,
Distance,
Priority,
}
Values
| Name |
Remarks |
| 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 |