UMagicLeapMusicServiceFunctionLibrary::GetTrackLength

Gets the length of 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, BlueprintPure, Category="Music Service Function Library|MagicLeap")
static bool GetTrackLength
(
    FTimespan & Length
)

Remarks

Gets the length of the currently selected track

Returns

True if the length of the current track has been sucessfully retrieved

Parameters

Parameter

Description

Length

Length of the currently selected track

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