UMagicLeapHandTrackingFunctionLibrary::SetStaticGestureConfidenceThreshold

Sets the minimum gesture confidence to filter out the detected static gesture.

Windows
MacOS
Linux

References

Module

MagicLeapHandTracking

Header

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

Include

#include "MagicLeapHandTrackingFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapHandTracking/Private/MagicLeapHandTrackingFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="HandTracking|MagicLeap")
static void SetStaticGestureConfidenceThreshold
(
    EMagicLeapHandTrackingGesture Gesture,
    float Confidence
)

Remarks

Sets the minimum gesture confidence to filter out the detected static gesture.

Parameters

Parameter

Description

Gesture

The gesture to set the confidence threshold for.

Confidence

The gesture confidence threshold.

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