Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leapmotion/leapunrealmodules

Leap Motion Unreal modules and example content.
https://github.com/leapmotion/leapunrealmodules

blueprint examples leap-motion unreal

Last synced: 2 days ago
JSON representation

Leap Motion Unreal modules and example content.

Awesome Lists containing this project

README

        

# LeapUnrealModules
_NOTE: LeapUnrealModules is no longer being updated. Our new Hand Tracking Plugin for Unreal can now be found [here](https://github.com/ultraleap/UnrealPlugin) and contains Interaction Engine, Unreal Hands, UI Input, and all examples._

Leap UE4 modules and examples. Drag and drop content for your Leap needs.

## Setup

This repository uses [git-lfs](https://git-lfs.github.com/). If you do not have git-lfs, please download from https://github.com/leapmotion/LeapUnrealModules/releases

If you're using a project plugin (e.g. https://github.com/leapmotion/LeapUnreal/releases), make sure to drag and drop that matching plugin into your project root. See https://github.com/leapmotion/LeapUnreal#setup for details.

## Modules

So how do interact with the Leap Motion? Easy, find your use case below and tinker away!

### Hello World

[VRHelloWorld.umap](https://github.com/leapmotion/LeapUnrealModules/blob/master/Content/Modules/HelloWorld/VRHelloWorld.umap). Bare minimum VR map to see if tracking is working.

### VR Pickup and Drop

[VRPickupDrop.umap](https://github.com/leapmotion/LeapUnrealModules/blob/master/Content/Modules/PickupAndDrop/VRPickupDrop.umap). Play with physics actors and pick them up. When you run out of cubes, spawn more by hitting a big red button. Supports very simple kinematic and non-kinematic item pickup and movement.

[![VR pickup and drop](https://img.youtube.com/vi/dkZD1JuSSnM/0.jpg)](https://youtu.be/dkZD1JuSSnM)

### UMG UI

[UMGUIExample.umap](https://github.com/leapmotion/LeapUnrealModules/blob/master/Content/Modules/UMGUI/UMGUIExample.umap). An example using Widget Interactors to enable finger based touch UI using vanilla UMG widgets. Includes basic vertical momentum scrolling support.

### Debug

[TrackingTestbed.umap](https://github.com/leapmotion/LeapUnrealModules/blob/master/Content/Modules/Debug/TrackingTestbed.umap). If you want to test tracking and read plugin stats, this module's map and blueprints gives you more resources to help debugging. This module also contains world space umg consoles. Useful for debugging text and values in VR.

### Rigging

[CustomRigHello.umap](https://github.com/leapmotion/LeapUnrealModules/blob/master/Content/Modules/Rigging/CustomRigHello.umap). A map with various skeletal meshes auto-mapped. Investigate various anim blueprint to see how each rig was done. See https://github.com/leapmotion/LeapUnreal#custom-rigging for rigging api documentation.

### (future examples...)

Contribute to the repo or suggest examples under https://github.com/leapmotion/LeapUnrealModules/issues