UMagicLeapScreensFunctionLibrary::RemoveWatchHistoryEntry

Removes an entry from the watch history that corresponds with the ID passed.

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 bool RemoveWatchHistoryEntry
(
    const FGuid & ID
)

Remarks

Removes an entry from the watch history that corresponds with the ID passed. Only entries associated with this application can be removed.

Returns

True when the entry is sucessfully removed.

Parameters

Parameter

Description

ID

ID of the watch history entry to remove.

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