EMagicLeapHandTrackingKeypointFilterLevel

Filtering for the keypoints and hand centers.

Windows
MacOS
Linux

References

Module

MagicLeapHandTracking

Header

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

Include

#include "MagicLeapHandTrackingTypes.h"

Syntax

enum EMagicLeapHandTrackingKeypointFilterLevel
{
    NoFilter,
    SimpleSmoothing,
    PredictiveSmoothing,
}

Values

Name

Description

NoFilter

No filtering is done, the points are raw.

SimpleSmoothing

Some smoothing at the cost of latency.

PredictiveSmoothing

Predictive smoothing, at higher cost of latency.

Remarks

Filtering for the keypoints and hand centers.

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