EMagicLeapHandTrackingGestureFilterLevel

Filtering for the gesture recognition and hand switching.

Windows
MacOS
Linux

References

Module

MagicLeapHandTracking

Header

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

Include

#include "MagicLeapHandTrackingTypes.h"

Syntax

enum EMagicLeapHandTrackingGestureFilterLevel
{
    NoFilter,
    SlightRobustnessToFlicker,
    MoreRobustnessToFlicker,
}

Values

Name

Description

NoFilter

No filtering is done, the gestures are raw.

SlightRobustnessToFlicker

Some robustness to flicker at some cost of latency.

MoreRobustnessToFlicker

More robust to flicker at higher latency cost.

Remarks

Filtering for the gesture recognition and hand switching.

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