ValveSoftware / steamvr_unreal_plugin

SteamVR Input Unreal Plugin - Documentation at: https://github.com/ValveSoftware/steamvr_unreal_plugin/wiki Sample project (UE4.15-4.23): https://github.com/ValveSoftware/steamvr_unreal_plugin/wiki/sample/SteamVRInputPlugin.zip Sample Project (UE.424+): https://github.com/ValveSoftware/steamvr_unreal_plugin/wiki/sample/SteamVRInputPlugin_UEIntegrated.7z

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4.22.3 During the production of multi-content using engine code, questions arose regarding index controllers.

Gapus opened this issue · comments

commented

Hello
It is currently producing multi-content using 4.22.3 engine code.
Also, VR index controller is in use.
I want to show you moving your fingers by passing on each index finger value to the other player.
Index Each finger value can be obtained from which code?Can you tell which code you put the obtained value in to change your finger?
This article was translated using Papago.
Please understand even if it's not enough.

Hi @Gapus - Let me know if I got your question right:

Q: You're trying to get the full-finger tracking in index in a multi-player game/project and wanting to know how this can be done?

A: There's no native network streaming support in the plugin to handle full finger tracking. You need to implement this yourself using Unreal's network support and compression techniques. It may be better to use the finger "Get Curls and Splays" node for this, but can't offer any guarantees.

We have some sample animation code in our test project you can look at how to get the individual transforms of each finger:
https://github.com/ValveSoftware/steamvr_unreal_plugin/wiki/sample/SteamVRInputPlugin.zip

In the JoeJeff character, you can also see a sample of the Get Finger Curls and Splays for when we're detecting if the Player is doing a "Peace Sign" with their fingers.

Here's an unofficial video as well on how to use the Finger Curls and Splays, in this instance to animate a non-standard hand skeleton taken from RoboRecall assets to give you more of an idea how to use it:
https://www.youtube.com/watch?v=OJk-KB_8i_c&list=PLngZ5l9HmlORHi2E1UzxPxD6BnXHyZ6M0&index=6

Hi @Gapus - do you need more info on this?

closing, stale issue