A plugin for exposing Leap Motion SDK to UE4 blueprint
Actually this features are done :
get all informations on :
- Frame
- HandList
- Hand
- FingerList
- Finger
- PointableList
- Pointable
- ToolList
- Tool
You simply have to create a folder Plugins in your game directory and place the code with binaries,
and place the requires Binaries into the folder of your plateform into the folder Binaries of your game project
and if it haven't, just place the requires Binaries into the folder of executable of UE4 editor.
====================
Plugin precompile for Win64 is here
Requires Binaries are here
You can download a demo project with source code and SLN for easiest re compilation here
====================
When you create a class blueprint you have a component Leap motion, if you place it on your scene you will have access to all the function of the
controller, so you can get the frame and do what you want with features currently developed.
All the Blueprint nodes keep the name of the function in the documentation of leapmotion
Don't hesitate to get me feedback by mail at contact@marc-wieser.fr or on the Epic Games forums