Hello everyone,
i m sorry, this might be a stupid question, but i can t figure out how to gete it working.
I can see the floating hands in unreal (desktop mode) and i m trying to get grab working.
so i made a copy of the LeapDesktopActor and added
Leap (L) Grab - , Leap (R) Grab - , Leap (L) Pinch - and Leap (R) Pinch - Nodes and simply connected a print string to each for pressed and released.
When i hit play, the Grab- and Pinch-Nodes do not get fired.
I tried to add the code to several other Blueprints in the level, but nowhere they get fired.
I tried to open the examples in the modules on github, but it unreal cant open it. no assets are recognized.
Is there any tutorial for ue4.24? I tried it like it was done in this tutorial https://youtu.be/GeLNoqAKoTg?t=245 for the jenga game, but things are different in ue4.24
Can somebody help me please?