Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skeskinen/MeshWidgets
UE 4.13 plugin for UMG & Slate widgets on StaticMesh surface
https://github.com/skeskinen/MeshWidgets
Last synced: about 1 month ago
JSON representation
UE 4.13 plugin for UMG & Slate widgets on StaticMesh surface
- Host: GitHub
- URL: https://github.com/skeskinen/MeshWidgets
- Owner: skeskinen
- License: mit
- Created: 2016-08-26T06:35:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T09:01:26.000Z (over 3 years ago)
- Last Synced: 2024-08-02T16:31:15.314Z (4 months ago)
- Language: C++
- Size: 50.6 MB
- Stars: 63
- Watchers: 8
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.pdf
Awesome Lists containing this project
- awesome-unreal - MeshWidgets - UE 4.13 plugin for UMG & Slate widgets on StaticMesh surface (UI)
README
# MeshWidgets
Widgets on curved 3D surfaces or crazier things.
![Imgur](http://i.imgur.com/gx1zckw.gif)
Includes:
* UMeshWidgetComponent, similar to UWidgetComponent but on static mesh surface
* UMeshWidgetInteractionComponent, same as UWidgetInteractionComponent but works with mesh widgets and normal widget componentsRequirements:
* UE 4.20
* UV hit testing project setting (Physics > Optimization > Support UV From Hit Results) tickedInstallation:
* C++: Regenerate project files and add to your Build.cs
* Blueprint only: Copy Plugins folder to your project. (Binary for drag&drop built for 4.20. USE AT OWN RISK generally don't run random binaries you got from the internet)