EMagicLeapHandTrackingGesture

Static key pose types which are available when both hands are separated.

Windows
MacOS
Linux

References

Module

MagicLeapHandTracking

Header

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

Include

#include "MagicLeapHandTrackingTypes.h"

Syntax

enum EMagicLeapHandTrackingGesture
{
    Finger,
    Fist,
    Pinch,
    Thumb,
    L,
    OpenHand,
    OpenHandBack    = EMagicLeapHandTrackingGesture::OpenHand,
    Ok,
    C,
    NoPose,
    NoHand,
}

Values

Name

Description

Finger

One finger.

Fist

A closed fist.

Pinch

A pinch.

Thumb

A closed fist with the thumb pointed up.

L

An L shape.

OpenHand

An open palm of the hand facing the user.

OpenHandBack

DEPRECATED (USE OpenHand INSTEAD) - A back open hand of the hand facing away from the user.

Ok

A pinch with all fingers, except the index finger and the thumb, extended out.

C

A rounded 'C' alphabet shape.

NoPose

No pose detected.

NoHand

No hand was present.

Remarks

Static key pose types which are available when both hands are separated.

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