Is it possible to create a game using Leap Motion with mostly Blueprint

Hi guys, given the recent update concerning the official Leap Motion plug-in I was wondering if it’s possible to create a game using the Leap Motion control using mostly(if not all) Blueprint?
Thanks in advance.

Yes it is possible.

As seen here Blueprints are used for polling data from the Leap Motion (unofficial plugin): [Plugin] Leap Motion - Event Driven - C++ - Epic Developer Community Forums

The official plugin also has support for Blueprints.

As all data can be polled, the only limitations are within Blueprints themselves, and with Blueprints you can basically do any game.