UMagicLeapMusicServiceFunctionLibrary::GetPlaybackVolume

Gets the volume of playback the music service provider is currently set to

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 GetPlaybackVolume
(
    float & Volume
)

Remarks

Gets the volume of playback the music service provider is currently set to

Returns

True if the playback volume has sucessfully been retrieved

Parameters

Parameter

Description

Volume

Volume of current playback

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