https://github.com/skeskinen/MeshWidgets
UE 4.13 plugin for UMG & Slate widgets on StaticMesh surface
https://github.com/skeskinen/MeshWidgets
Last synced: 3 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T09:01:26.000Z (over 4 years ago)
- Last Synced: 2024-11-06T09:39:41.135Z (8 months ago)
- Language: C++
- Size: 50.6 MB
- Stars: 65
- 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.

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)