I have a couple widgets I’m using to simulate hands. They’re moved around the screen using the gamepad thumbsticks:
The player uses the hands to grab objects from the world:
While the object is being held, it stays under and follows the hand widget:
Everything works great, just about.
Here is a video of my blueprint in action: Video - YouTube
The first thirty seconds is executing the nodes as shown in my pictures. From there onward the right hand widget shows execution with ‘New Z Location’ unpinned from ‘Set Target Location’.
I need held items to only move on the X and Y axis, while still staying under the widget’s screen position at a set Z level. Held objects move like inside a sphere, they arc. And when tossed curve towards the center. When the object is restricted to X, Y, movement, it doesn’t keep up with the hand.
I simply can’t figure out how to pick up the object and move it over the bin to drop it in! I’ve been searching online for solutions but have given up. I’m either not asking the right questions to get the right search results. I’m a beginner, so this is a learning process. I figure the solution has got to be simple, maybe even staring me in the face. I just don’t have the knowledge, yet.
Hope this post makes enough sense. If more information is needed, please just let me know.
Any help would be so very appreciated. Thank you.
My problem: