https://github.com/janseliv/morphsplayer
Open-source plugin with new Notify State to play morphs from animation in UE5.6
https://github.com/janseliv/morphsplayer
animations blend-shapes c-plus-plus cpp game-development morph-maps morph-targets plugin plugin-repo shape-keys ue4 ue4-plugin ue5-plugin unreal unreal-engine unreal-engine-4 unreal-engine-code-plugin unreal-engine-cpp-plugin unreal-engine-plugin unreal-plugin
Last synced: 16 days ago
JSON representation
Open-source plugin with new Notify State to play morphs from animation in UE5.6
- Host: GitHub
- URL: https://github.com/janseliv/morphsplayer
- Owner: JanSeliv
- License: mit
- Created: 2023-04-27T02:26:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-29T03:07:01.000Z (4 months ago)
- Last Synced: 2025-12-01T04:08:21.384Z (4 months ago)
- Topics: animations, blend-shapes, c-plus-plus, cpp, game-development, morph-maps, morph-targets, plugin, plugin-repo, shape-keys, ue4, ue4-plugin, ue5-plugin, unreal, unreal-engine, unreal-engine-4, unreal-engine-code-plugin, unreal-engine-cpp-plugin, unreal-engine-plugin, unreal-plugin
- Language: C++
- Homepage:
- Size: 466 MB
- Stars: 46
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


๐ญ Morphs Player
Play morph targets directly on animation tracks
Join our Discord โบโบ
Releases
ยท
Docs
## ๐ About
The Morphs Player is a plugin designed for Unreal Engine 5 that allows you to play Morph Targets (also known as Blend Shapes, Shape Keys, Pose Morph, Morph Maps, and Endomorphs) directly on the animation track of your skeletal mesh. This can be accomplished without the need for gameplay logic in either code or blueprints, just simply place a 'Play Morph' notify state on the animation track and select the desired Morph and values from its Details window.

## ๐ Sample Projects
Check out our [Release](https://github.com/JanSeliv/MorphsPlayer/releases) page for a sample project showcasing the Morphs Player.
Also, explore this [game project repository](https://github.com/JanSeliv/Bomber) to view the Morphs Player in action.
## ๐
Changelog
#### 2025-11-17
- Updated to **Unreal Engine 5.6**.
#### 2025-07-29
- Updated to **Unreal Engine 5.5**.
#### 2024-12-27
- Updated to **Unreal Engine 5.4**.
#### 2024-01-14
- Updated to **Unreal Engine 5.3**.
#### 2023-06-09
- ๐ Initial public release on Unreal Engine 5.2
## ๐ซ Feedback & Contribution
Feedback and contributions from the community are highly appreciated!
If you'd like to contribute, please fork the project and create a pull request targeting the `develop` branch.
If you've found a bug or have an idea for a new feature, please open a new issue on GitHub. Thank you!
## ๐ License
This project is licensed under the terms of the MIT license. See [LICENSE](LICENSE) for more details.
We hope you find this plugin useful and we look forward to your feedback and contributions.