use the value of GrabAttachPointSocketName from the plugin settings as default for USGGrabComponent's AttachmentSocketName uproperty

This commit is contained in:
Mamadou Babaei
2024-08-16 16:44:34 +02:00
parent dc0178b911
commit f6784a04ad
3 changed files with 16 additions and 1 deletions
@@ -18,6 +18,11 @@ Setting up the SenseGlove Grab/Release System involves two main steps. The first
> property prefixed with `Detachment` is a parameter directly passed to
> Unreal's `FDetachmentTransformRules` during the release process.
> [!CAUTION]
> If `AttachmentSocketName` is unspecified, or incorrect the grabbable object
> will be attached to the root bone of the virtual hand mesh, which probably is
> not ideal.
4. A key setting for the release system is located within your [`SGPawn`](../setup-senseglove-default-classes/sgpawn.md) instance. In the `Details` panel for your `SGPawn`, find the `Max Number of Hand Velocity Samples` setting and adjust it according to your needs. This setting determines the velocity of objects released from the hands by averaging the specified number of frames. Optimizing this value depends on the framerate of your simulation at runtime.
![Setting up the Grab/Release System - Max number of hand velocity samples on release](release-max-velocity-samples.png "Setting up the Grab/Release System - Max number of hand velocity samples on release")