The Get Hands component returns a datatree of all currently tracked hand objects in mixed reality. Because mobile devices do not track hands, the Get Hands component will not output any data for mobile devices. The datatree is structured such that branches define devices, and list indexes define hands tracked by that device. The Deconstruct Hand component returns:
Device - the device that detected the hand.
Points - a point cloud defining tracked hand points. Use a Deconstruct Point Cloud component to get individual points if required.
Left - a boolean indicating whether the tracked hand is left (true) or right (false).