UMagicLeapScreensFunctionLibrary::GetScreensTransforms

Gets the transform for all watch history entries.

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 GetScreensTransforms
(
    TArray< FMagicLeapScreenTransform > & ScreenTransforms
)

Remarks

Gets the transform for all watch history entries.

Returns

True when the request for all transforms succeeds

Parameters

Parameter

Description

ScreenTransforms

Array of transforms that corresponds to all current watch history entries.

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