UMagicLeapMusicServiceFunctionLibrary::GetServiceProviderError

Gets the current error status of the music service provider.

Windows
MacOS
Linux

References

Module

MagicLeapMusicService

Header

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

Include

#include "MagicLeapMusicServiceFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeapMusicService/Source/MagicLeapMusicService/Private/MagicLeapMusicServiceFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, BlueprintPure, Category="Music Service Function Library|MagicLeap")
static bool GetServiceProviderError
(
    EMagicLeapMusicServiceProviderError & ErrorType,
    int32 & ErrorCode
)

Remarks

Gets the current error status of the music service provider. If no error has occurred then this will return the error type 'None'

Returns

True if retreiving the providers error has succeeded

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