UMagicLeapMusicServiceFunctionLibrary::SeekTo

Seeks to a position on the currently selected track.

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 SeekTo
(
    const FTimespan & Position
)

Remarks

Seeks to a position on the currently selected track.

Returns

True if the seeking 'Position' succeeded

Parameters

Parameter

Description

Position

Position on the current track to seek 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