Get Gesture Keypoints

Get Gesture Keypoints

Windows
MacOS
Linux

List of keypoints detected on the given hand.

Note that this returns a transform in the Tracking space. To get the transform in Unreal's world space, use the MotioController component as a child of the XRPawn with hand set to the following. Special_3 - Left Index Finger Tip Special_5 - Left Thumb Tip Special_4 - Right Index Finger Tip Special_6 - Right Thumb Tip

Target is Magic Leap Hand Tracking Function Library

Get Gesture Keypoints
Hand
Left
Keypoints
Return Value

Inputs

In
Exec
Hand
EControllerHand Enum

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

Outputs

Out
Exec
Keypoints
Array of Transforms

Output parameter containing transforms of the keypoints detected on the given hand.

Return Value
Boolean

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

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback