UAudio::EDeviceError::Type

Windows
MacOS
Linux

References

Module

UnrealAudio

Header

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

Include

#include "UnrealAudioTypes.h"

Syntax

namespace UAudio
{
    namespace EDeviceError
    {
        enum Type
        {
            WARNING,
            UNKNOWN,
            INVALID_PARAMETER,
            PLATFORM,
            SYSTEM,
            THREAD,
        }
    }
}

Values

Name

Description

WARNING

UNKNOWN

INVALID_PARAMETER

PLATFORM

SYSTEM

THREAD

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