EMagicLeapMusicServiceStatus

Windows
MacOS
Linux

References

Module

MagicLeapMusicService

Header

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

Include

#include "MagicLeapMusicServiceTypes.h"

Syntax

enum EMagicLeapMusicServiceStatus
{
    ContextChanged,
    Created,
    LoggedIn,
    LoggedOut,
    NextTrack,
    PreviousTrack,
    TrackChanged,
    Unknown,
}

Values

Name

Description

ContextChanged

The music service provider's context has changed

Created

The music service provider has successfully been created

LoggedIn

Client has successfully logged into the connected music service provider

LoggedOut

Client has successfully logged out of the connected music service provider

NextTrack

Music service provider has advanced the current track

PreviousTrack

Music service provider has rewinded the current track

TrackChanged

Music service provider has changed the track

Unknown

The current status of the music service provider 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