ENaturalSoundFalloffMode

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Attenuation.h

Include

#include "Engine/Attenuation.h"

Syntax

enum ENaturalSoundFalloffMode
{
    Continues,
    Silent,
    Hold,
}

Values

Name

Description

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss