Hi
I am working on my very first Marketplace Content And have created a custom pickup item. I had everything almost working on a custom VR character I that I normally use when working on my projects. But in the interests of making my content clean and easy to use and also familiar, I started from scratch and decided to build it around the default Unreal motion controller Pawn.
Problem is a part of the code just does not seem to work with the Motion controller pawn , yet is does on the VR character I use, The code is identical and the only difference I know is that the custom VR CHAR has 2 motion controller components in the BP, vs the spawn actor motion controller BP’s and saving as the variables right & left controller that I’m calling in the cast.
I am basically trying to run a hand check to make sure that the event will only activate as long as the right thumb and left thumb inputs match to the same hands, And so far it works very well .
All the code below is from the custom pickup item and its set to grab the MOTION CONTROLLER that its parented to and save it as parent hand var.