Skip to content

tbates03/UE4-LeapMotionPlugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UE4-LeapMotionPlugin

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
====================

How to install it

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.

====================

Binaries

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

====================

How to use it

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

About

A plugin for exposing Leap Motion SDK to UE4 blueprint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published