UMagicLeapScreensFunctionLibrary::GetScreenTransform

Gets a single screen transform.

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 GetScreenTransform
(
    FMagicLeapScreenTransform & ScreenTransform
)

Remarks

Gets a single screen transform.

Returns

True when the request for the transform succeeds

Parameters

Parameter

Description

ScreenTransform

Transform that corresponds to a watch history entry with the ID passed via command line as 'screenId'.

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