UMagicLeapScreensFunctionLibrary::GetWatchHistoryAsync

Asynchronously requests all watch history entries that belong to this application.

Windows
MacOS
Linux

References

Module

MagicLeapScreens

Header

/Engine/Plugins/Lumin/MagicLeapScreens/Source/MagicLeapScreens/Public/MagicLeapScreensFunctionLibrary.h

Include

#include "MagicLeapScreensFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeapScreens/Source/MagicLeapScreens/Private/MagicLeapScreensFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Screens Function Library|MagicLeap")
static void GetWatchHistoryAsync
(
    const FMagicLeapScreensHistoryRequestResultDelegate & ResultDelegate
)

Remarks

Asynchronously requests all watch history entries that belong to this application.

Parameters

Parameter

Description

ResultDelegate

Delegate that is called once the request has been resolved.

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