UMagicLeapHandTrackingFunctionLibrary::GetCurrentGestureConfidence

The confidence level of the current gesture being performed by the given hand.

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 bool GetCurrentGestureConfidence
(
    EControllerHand Hand,
    float & Confidence
)

Remarks

The confidence level of the current gesture being performed by the given hand. Value is between [0, 1], 0 is low, 1 is high degree of confidence. For a NoHand, the confidence is always set to 1.

Returns

true if the output param was populated with a valid value, false otherwise.

Parameters

Parameter

Description

Hand

Hand to query the gesture confidence value for. Only Left and Right hand are supported.

Confidence

Output parameter containing the confidence value for the given hand's gesture.

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