Android USB data transfer

Hi all,

I need to pass data from an arduino based sensor to UE4, Ideally I would like to do this via USB as the sensor ( a Accelerometer/Gyro) will be placed in a sealed container. I have already created some JNI plugins to access built in Android sensors but cant work out how to access the USB.

Is this possible?

Thanks