UMagicLeapScreensFunctionLibrary::AddToWatchHistoryAsync

Asynchronously requests to adds a new entry into 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 AddToWatchHistoryAsync
(
    const FMagicLeapScreensWatchHistoryEntry & NewEntry,
    const FMagicLeapScreensEntryRequestResultDelegate & ResultDelegate
)

Remarks

Asynchronously requests to adds a new entry into the watch history.

Parameters

Parameter

Description

NewEntry

Watch history entry to add.

ResultDelegate

Delegate that is called once the add request has been resolved. The resulting FMagicLeapScreensWatchHistoryEntry returned. on success contains the new ID of the added entry.

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