EMagicLeapImageTargetOrientation

Windows
MacOS
Linux

References

Module

MagicLeapImageTracker

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapImageTracker/Public/MagicLeapImageTrackerTypes.h

Include

#include "MagicLeapImageTrackerTypes.h"

Syntax

enum EMagicLeapImageTargetOrientation
{
    ForwardAxisAsNormal,
    UpAxisAsNormal,
}

Values

Name

Description

ForwardAxisAsNormal

Unreal's Forward (X) axis will be normal to image target plane, Right (Y) axis will point to the edge towards the left hand of the user facing the image (this edge is "right" for the image itself), Up (Z) axis will point to the top edge of the image.

UpAxisAsNormal

Unreal's Up (Z) axis will be normal to image target plane, Right (Y) axis will point to the edge towards the right hand of the user facing the image, Forward (X) axis will point to the top edge of the image.

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