Bug: Raw Input Plugin does nothing in packaged build

Here, I’ve made a fresh project which highlights exactly what’s wrong. I’ve hosted it here; https://1drv.ms/u/s!AghfoqPjNDBXjACcBwOW8kGPCMXs

If you run the project in editor, you will see USB inputs move the numbers in the display box, if you then close the editor and play the packaged build with the same device the numbers won’t change.

I’m wanting to implement the raw input plugin into my drone flight simulator.

It’s not feasable to have the input devices connected as I package or create the project since there are potentially hundreds of different hobby radio controllers out there and new ones being released regularly. I can’t anticipate which controller the end user will have which is why I need to usb input to come in as completely raw and generic so the axiis can all be bound and configured within the game’s menu/sinterface.