UE4Duino - Arduino to UE4 plugin Release!

Hello! First I want to thank you for this amazing plugin, you’re a life saver! Now, to the problem, heh.
I’ve been using Arduino for years now so I don’t have problems from his part… UE is what bugs me… Installing the plug in and getting info from the serial port was the easiest thing ever… However, I have absolutely no expreience with UE.

What I’m trying to do: Read sensor(gyro) values from arduino and make UE4 use those values for position data. I’ve seen People make plastic gun controllers and I see no reason it couldn’t be done, but my lack of UE experience is getting in the way…

In plain simple, I don’t understand nor know where to begin on understanding/implementing, how to make an event take that data and store it into “position” params(so that moving the gyro moves an object in UE)… I’ve watched several tutorials and read the documentation, but all I could find was giving the object position data from keyboard input or gamepad or similar. How did you guys manage to make data from serial to affect a certain event in UE? Can you maybe point me to a tutorial or something of that kind where it’s explained?

Thanks in advance