Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ENaturalSoundFalloffMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Attenuation.h |
| Include Path | #include "Engine/Attenuation.h" |
Syntax
enum ENaturalSoundFalloffMode
{
Continues,
Silent,
Hold,
}
Values
| Name | Remarks |
|---|---|
| Continues | (Default) Continues attenuating pass falloff max using volume value specified at the max falloff distance's bounds |
| Silent | Sound goes silent upon leaving the shape. |
| Hold | Holds the volume value specified at the shapes falloff bounds. |