Navigation
API > API/Runtime > API/Runtime/Engine
Current state of a SoundMix
| Name | ESoundMixState::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioDevice.h |
| Include Path | #include "AudioDevice.h" |
Syntax
namespace ESoundMixState
{
enum Type
{
Inactive,
FadingIn,
Active,
FadingOut,
AwaitingRemoval,
}
}
Values
| Name | Remarks |
|---|---|
| Inactive | Waiting to fade in. |
| FadingIn | Fading in. |
| Active | Fully active. |
| FadingOut | Fading out. |
| AwaitingRemoval | Time elapsed, just about to be removed. |