jimmy smith
e3a3dd4389
Metasound Enum support
...
#jira UEAU-649 UEAU-650
#rb rob.gay aaron.mcleran phil.popp
#ROBOMERGE-SOURCE: CL 15362396 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)
[CL 15368716 by jimmy smith in ue5-main branch]
2021-02-09 14:46:26 -04:00
rob gay
295e8c1545
Metasound Graph Editor Updates
...
- Add context search by pin type
- Add new node autoconnection to drag pin
- Fix bug with newly added input nodes snapping to origin
#rb aaron.mcleran
#jira UEAU-698
#ROBOMERGE-SOURCE: CL 15344035 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)
[CL 15359344 by rob gay in ue5-main branch]
2021-02-08 15:58:01 -04:00
phil popp
0c59171594
CIS fix missing file in submit
...
#rb trivial
#jira none
#ROBOMERGE-SOURCE: CL 15322160 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)
[CL 15322182 by phil popp in ue5-main branch]
2021-02-04 16:31:46 -04:00
phil popp
a5c9cacae0
Metasound graph core TArray support
...
#rb Jimmy.Smith
#jira UEAU-655
#ROBOMERGE-SOURCE: CL 15321836 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)
[CL 15321853 by phil popp in ue5-main branch]
2021-02-04 15:55:15 -04:00
maxwell hayes
28110078c9
Fix for discontinuity in Wave Player Node
...
#jira nojira
#rb rob.gay
#ROBOMERGE-SOURCE: CL 15318118 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)
[CL 15318149 by maxwell hayes in ue5-main branch]
2021-02-04 13:13:30 -04:00
Rob Gay
d17dcbfd05
Fix up a couple more spots to use vertex input literal defaults
...
#rb trivial
#jira none
[CL 15301490 by Rob Gay in ue5-main branch]
2021-02-03 16:05:09 -04:00
Rob Gay
31ec4719a7
Fix mac build, & add generalized way to extract default when initializing input data ref from vertex definition
...
#rb phil.popp
#jira UEAU-687
[CL 15301195 by Rob Gay in ue5-main branch]
2021-02-03 15:40:56 -04:00
Rob Gay
3a91f64f60
Add ability to define default literals on input vertex in Metasound core
...
- Update default values for standard nodes to sensible values
#rb phil.popp
#jira UEAU-687
#fyi jimmy.smith
[CL 15299246 by Rob Gay in ue5-main branch]
2021-02-03 14:36:36 -04:00
Zousar Shaker
ab3554e509
Finding and addressing codepaths that check property type by explicitly checking equality with FObjectProperty::StaticClass() or FClassProperty::StaticClass(). Changing them to instead use CastField<FObjectProperty> (which will generically handle both FObjectProperty, FClassProperty, and any of their derivatives). Could be further genericized in the future to use FObjectPropertyBase, but don't want to add more risk by introducing that at this point.
...
Confirmed that now System.Core.Serialization.StructElementSerializer and System.Core.Serialization.StructSerializer unit tests are passing.
#rb francis.hurteau
[CL 15294198 by Zousar Shaker in ue5-main branch]
2021-02-03 12:08:22 -04:00
Maxwell Hayes
e0b979ac02
Metasound Filters
...
#rb aaron.mcleran
#jira UEAU-694
[CL 15281575 by Maxwell Hayes in ue5-main branch]
2021-02-02 13:50:22 -04:00
Maxwell Hayes
fc30ee3173
Fixed issue with WavePlayerNode not retriggering if the sound had finished.
...
#rb Ryan.Mangin, Phil.Popp
#jira none
[CL 15277339 by Maxwell Hayes in ue5-main branch]
2021-02-01 21:03:37 -04:00
phil popp
18fd872a22
Fix for output format on metasound postload
...
#jira none
#rb Rob.Gay, Ryan.Mangin
[CL 15273872 by phil popp in ue5-main branch]
2021-02-01 15:59:27 -04:00
Aaron McLeran
7383347387
Fix for shutdown crash on metasound editor due to analysis delegate not unregister when editor deletes
...
#rb Max.Hayes
#jira none
[CL 15256094 by Aaron McLeran in ue5-main branch]
2021-01-28 20:57:27 -04:00
phil popp
86732c1ec4
Update Metasound Graph Core Metadata
...
- Rename FNodeInfo to FNodeClassMetadata
- Add FGuid to Metasound node instances
- Metasound node class names are now Namespace.Name.Variant
- Add displayname for Metasound node classes.
#jira UE-107332
#jira UEAU-660
#rb Rob.Gay
[CL 15253779 by phil popp in ue5-main branch]
2021-01-28 19:02:51 -04:00
Aaron McLeran
285ce7ce5c
Adding new audio meter to metasound graph editor
...
Removing the palette tab
#rb Rob.Gay
#jira none
[CL 15228176 by Aaron McLeran in ue5-main branch]
2021-01-27 19:52:18 -04:00
Maxwell Hayes
ca8b80f876
Fix for sounds crashing editor on Mac
...
#jira UE-107196
#rb Aaron.McLeran
[CL 15227866 by Maxwell Hayes in ue5-main branch]
2021-01-27 19:38:50 -04:00
Rob Gay
960ad09c4a
Stoppin' the fun boppin' (Final... hopefully... rename of bop to trigger)
...
#rb phil.popp
#jira none
[CL 15221646 by Rob Gay in ue5-main branch]
2021-01-27 15:54:01 -04:00
Rob Gay
20761acf02
- Metasound Graph Pin Clean-up
...
- Add independent pin color defaults & move Metasound Settings from shared settings to plugin and setup as per-user settings
- Fix ensure hitting when outputs are created and corrisponding literals are constructed
#rb phil.popp
#fyi aaron.mcleran
[CL 15215186 by Rob Gay in ue5-main branch]
2021-01-27 00:58:56 -04:00
Aaron McLeran
e2e79a4178
Adding metasound buffer add float node
...
#rb Rob.Gay
#jira none
[CL 15212683 by Aaron McLeran in ue5-main branch]
2021-01-26 18:46:53 -04:00
Maxwell Hayes
67de80bc68
Enabling ForceInline UsoundWave path for non-metasound rendering.
...
#jira UEAU-646
#rb Rob.Gay
[CL 15209661 by Maxwell Hayes in ue5-main branch]
2021-01-26 14:20:13 -04:00
jimmy smith
78a90297c2
Mixer Node for Metasounds
...
#jira UEAU-617
#rob.gay phil.popp aaron.mcleran
[CL 15197329 by jimmy smith in ue5-main branch]
2021-01-25 22:03:24 -04:00
Maxwell Hayes
8dfbbef000
CIS fix (adding static cast)
...
#jira nojira
#rb trivial
[CL 15176925 by Maxwell Hayes in ue5-main branch]
2021-01-25 06:24:28 -04:00
Maxwell Hayes
d1e5800155
Add pitch control to Wave Player Node
...
#jira UEAU-621
#rb none
[CL 15176867 by Maxwell Hayes in ue5-main branch]
2021-01-25 06:10:37 -04:00
Maxwell Hayes
ba092db701
SRC distortion fix in MetaSound Wave Player Node
...
#jira UEAU-621
#rb trivial
[CL 15175812 by Maxwell Hayes in ue5-main branch]
2021-01-24 20:17:50 -04:00
Maxwell Hayes
2f7fe92b86
Metasound wave selector node
...
#rb Aaron.McLeran
#jira UEAU-615
[CL 15175556 by Maxwell Hayes in ue5-main branch]
2021-01-24 16:13:27 -04:00