UMagicLeapMusicServiceFunctionLibrary::SetPlaybackShuffleState

Sets the current playback shuffle state

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 SetPlaybackShuffleState
(
    const EMagicLeapMusicServicePlaybackShuffleState & ShuffleState
)

Remarks

Sets the current playback shuffle state

Returns

True if setting the shuffle state to 'ShuffleState' succeeds

Parameters

Parameter

Description

ShuffleState

The shuffle type to set the current shuffle state to.

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