UMagicLeapHandTrackingFunctionLibrary::GetStaticGestureConfidenceThreshold

Gets the minimum gesture confidence used 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 float GetStaticGestureConfidenceThreshold
(
    EMagicLeapHandTrackingGesture Gesture
)

Remarks

Gets the minimum gesture confidence used to filter out the detected static gesture.

Returns

The gesture confidence threshold.

Parameters

Parameter

Description

Gesture

The gesture to get the confidence threshold for.

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