Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitchemmc/VRUMGPlugin
A compatability layer between UE4 UMG and VR
https://github.com/mitchemmc/VRUMGPlugin
Last synced: about 1 month ago
JSON representation
A compatability layer between UE4 UMG and VR
- Host: GitHub
- URL: https://github.com/mitchemmc/VRUMGPlugin
- Owner: mitchemmc
- Created: 2016-07-10T07:05:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T04:37:52.000Z (over 8 years ago)
- Last Synced: 2024-08-02T16:31:15.873Z (4 months ago)
- Language: C++
- Size: 8.6 MB
- Stars: 41
- Watchers: 10
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unreal - VRUMGPlugin - A compatability layer between UE4 UMG and VR (UI)
README
# VRUMGPlugin
A compatability layer between UE4 UMG and VR**Update: In talking with Nick Darnell of Epic it turns out we were both working on a similar system at the same time, he's is a little more integrated into the engine (you can see an example on his [twitter](https://twitter.com/NickDarnell/status/751498173730914304) ), It should be ready for 4.13 or close to it so if you can wait for that I suggest you should if you need it for 4.11 or 4.12 you can still use mine**
This UE4 Plugin allows you to simulate interaction events on a UMG Blueprint Component.
This allows us to easily enable VR input for UMG widgets.![VRUMG GIF](https://drive.google.com/uc?id=0B6lHn83hV_KObVVwSXlGSVlmRjA)
To get started you can check out the [Example Project](https://github.com/mitchemmc/VRUMGPlugin-ExampleProject) that uses this plugin.
# Install Instructions
Place the entire plugin folder into your projects plugins foler "YourGame->Plugins"