Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FActiveSound
| Name | EFadeOut |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/ActiveSound.h |
| Include Path | #include "ActiveSound.h" |
Syntax
enum EFadeOut
{
None,
User,
Concurrency,
}
Values
| Name | Remarks |
|---|---|
| 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. |