EFadeOut

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ActiveSound.h

Include

#include "ActiveSound.h"

Syntax

enum EFadeOut
{
    None,
    User,
    Concurrency,
}

Values

Name

Description

None

Sound is not currently fading out.

User

Client code (eg. AudioComponent) is requesting a fade out.

Concurrency

The concurrency system is requesting a fade due to voice stealing.

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