UMagicLeapMusicServiceFunctionLibrary::SetAuthenticationString

Sets the authentication string used to connect to 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, Category="Music Service Function Library|MagicLeap")
static bool SetAuthenticationString
(
    const FString & AuthenticationString
)

Remarks

Sets the authentication string used to connect to the music service provider

Returns

True if successfully set the authentication string, false otherwise

Parameters

Parameter

Description

AuthenticationString

String used to connect to the music service provider

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