Accessing Pawn Motion Controllers from C++

Hi Guys,

Found a completely different way to do it. Thought I would pass it along.

This is in my custom Player Controller - allows me to get references to BOTH VIVE Motion Controllers from my custom Player Controller without creating a new Motion Controller Component:

I need to delete MyMotionControlComponent and simply use the original at this point.

This is the web page I found it on.