-
Add Metasound Support
New type supported: Metasound
Unreal Engine 5 has an experimental plugin called Metasound.
It is intended for procedural music generation and was featured in the Ancient Valley demo.For blueprintUE render, it introduced:
- 3 new pin types:
trigger
,audio
,time
- list the possible labels and values of each enum
- a select field for each enum (for all values), instead of having a simple "integer" entry.
- new node design for this specific type of blueprint
For blueprintUE website, it introduced:
- new entry
metasound
in search blueprint's type - new entry
metasound
in list blueprints
You can check out these 2 blueprints to see how it renders:
However I found some problems that can't be solved at the moment:
variable name
andexternal meta sound graph name
are not exportedknob
andslider
widgets are not exported
- 3 new pin types:
Recents articles
- Changelog for 19/02/2023 February 19, 2023
- Twitter Authentification (maybe) shutdown 9th February 2023 February 2, 2023
- Uasset Reader in javascript November 12, 2022
- blueprintUE theme switcher June 12, 2022
- Add Metasound Support May 24, 2022