EMagicLeapMusicServicePlaybackState

Windows
MacOS
Linux

References

Module

MagicLeapMusicService

Header

/Engine/Plugins/Lumin/MagicLeapMusicService/Source/MagicLeapMusicService/Public/MagicLeapMusicServiceTypes.h

Include

#include "MagicLeapMusicServiceTypes.h"

Syntax

enum EMagicLeapMusicServicePlaybackState
{
    Playing,
    Paused,
    Stopped,
    Error,
    Unknown,
}

Values

Name

Description

Playing

Music service is currently playing

Paused

Music service is currently paused

Stopped

Music service is currently stopped

Error

Music service has errored

Unknown

Playback state of the music service is not known

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