UMagicLeapHandTrackingFunctionLibrary::IsHoldingControl

Whether or not the given hand is holding a control.

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)(BlueprintPure, Category="HandTracking|MagicLeap")
static bool IsHoldingControl
(
    EControllerHand Hand
)

Remarks

Whether or not the given hand is holding a control.

Returns

true if the hand is holding a control.

Parameters

Parameter

Description

Hand

Hand to query for. Only Left and Right hand are supported.

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