UAudio::EVoiceState::Type

Windows
MacOS
Linux

References

Module

UnrealAudio

Header

/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioVoice.h

Include

#include "UnrealAudioVoice.h"

Syntax

namespace UAudio
{
    namespace EVoiceState
    {
        enum Type
        {
            UNINITIALIZED    = 0,
            STOPPED,
            PAUSED,
            PLAYING,
            STOPPING,
            PAUSING,
            HAS_ERROR,
        }
    }
}

Values

Name

Description

UNINITIALIZED

STOPPED

PAUSED

PLAYING

STOPPING

PAUSING

HAS_ERROR

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