UMagicLeapScreensFunctionLibrary::UpdateWatchHistoryEntryAsync

Asynchronously requests to update an entry in the watch history.

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 UpdateWatchHistoryEntryAsync
(
    const FMagicLeapScreensWatchHistoryEntry & UpdateEntry,
    const FMagicLeapScreensEntryRequestResultDelegate & ResultDelegate
)

Remarks

Asynchronously requests to update an entry in the watch history. Only entries associated with this application can be updated.

Parameters

Parameter

Description

UpdateEntry

Watch history entry to update. The ID of this entry must be valid and in the watch history in order for the update to resolve successfully

ResultDelegate

Delegate that is called once the update 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