Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FActiveSound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ActiveSound.h |
| Include | #include "ActiveSound.h" |
Syntax
enum EFadeOut
&123;
None,
User,
Concurrency,
&125;
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. |