I’ve been trying to implement a two-hand grab for VR without success. Since I’m using 4.27, I want to use the grab component built-in with the VR Pawn. All the tutorials I’m finding are doing two hand grabs through the pickup interface or similar interface. I cannot get this to work at all. For instance, I tried the following:
But since I want to keep my grab component functions intact, adding this to my grableft and grabright continously fails-- I can’t grab the item at all.
And this one though using the grab component causes my hands to loose grip when switching from one to the other, and still does not work or snap to the sockets, I can still only use one hand at a time.
I would think that I could create a new grabtype in the enum for the grab component and set a reference for a first and second hand, but I’ve no idea what logic it needs to have. I can’t grab any item with two hands at the same time, freely or by sockets. Has anyone had success with the grab component and making this happen through it?