EMagicLeapGestureTransformSpace

Gesture key point transform spaces.

Windows
MacOS
Linux

References

Module

MagicLeapHandTracking

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapHandTracking/Public/MagicLeapHandTrackingTypes.h

Include

#include "MagicLeapHandTrackingTypes.h"

Syntax

enum EMagicLeapGestureTransformSpace
{
    World,
    Hand,
    Tracking,
}

Values

Name

Description

World

Gesture key point transforms are reported in Unreal world space. This is more costly on CPU.

Hand

Gesture key point transforms are reported in gesture hand center space.

Tracking

Gesture key point transforms are reported in device Tracking space.

Remarks

Gesture key point transform spaces.

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