19 Commits

Author SHA1 Message Date
maxwell hayes
b4982c7a01 [Metasounds] [DynamicOperator] Implement rebinding functionality in built-in metasound nodes
#jira UE-184050
#rb Phil.Popp

#preflight 6465166bfa4cf4165156c34c

[CL 25567002 by maxwell hayes in ue5-main branch]
2023-05-22 13:28:27 -04:00
phil popp
2f280717b0 Add metasound reset routine to external nodes
#jira UE-174363
#rb Rob.Gay
#preflight 6400d71caa004233353024cb

[CL 24488096 by phil popp in ue5-main branch]
2023-03-02 14:40:35 -05:00
aaron mcleran
9f6bbe1698 Trigger route fix
#jira UE-146466, UE-153239
#rb Maxwell.Hayes
#preflight 6290f6166c4b4192f2a1bb9e

#ROBOMERGE-OWNER: aaron.mcleran
#ROBOMERGE-AUTHOR: aaron.mcleran
#ROBOMERGE-SOURCE: CL 20395550 in //UE5/Release-5.0/... via CL 20398380
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v949-20362246)

[CL 20401217 by aaron mcleran in ue5-main branch]
2022-05-27 19:30:23 -04:00
Aaron McLeran
d2bc4d3555 Trigger route fix part 2
- Better fix, CL 20297675 introduced

#jira UE-146466, UE-153239
#rb Maxwell.Hayes
#preflight 6290f6166c4b4192f2a1bb9e

[CL 20395031 by Aaron McLeran in ue5-main branch]
2022-05-27 12:53:21 -04:00
aaron mcleran
dfd01b26c8 Trigger route fix
#jira UE-146466
#rb Maxwell.Hayes
#preflight 6269aecffd6319fffe73f40f

#ROBOMERGE-AUTHOR: aaron.mcleran
#ROBOMERGE-SOURCE: CL 19948230 in //UE5/Release-5.0/... via CL 19949138
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690)

[CL 19952581 by aaron mcleran in ue5-main branch]
2022-04-28 02:04:53 -04:00
phil popp
9b1bc01a76 MetaSound FVertex simplification
- Simplifying FVertexInteface by removing VertexModel concept.
- Deprecating unwanted functions in interface.
- Simplifying storage mechanism in TVertexGroup
#jira UE-147353
#rb Rob.Gay
#preflight 62460dbde434babd8af9e93b

[CL 19578298 by phil popp in ue5-main branch]
2022-03-31 16:49:59 -04:00
helen yang
803e3e44b4 Use loc text for MetaSound node vertex names (Part 2)
- pass on MetaSound nodes to use METASOUND_PARAM() and related macros for information about node vertices that should be localized
- fix typos, loc key collisions, and update audio unit test call sites

#jira UE-144518
#jira UE-145530
#rb aaron.mcleran
#preflight 62335f6ce12e0da4a52e74ba
#robomerge FNNC

[CL 19423048 by helen yang in ue5-main branch]
2022-03-17 13:14:50 -04:00
helen yang
bb284960b2 Compile out FText from MetaSound Nodes in non editor builds
#rb rob.gay
#preflight 62057365a155a4cddac5bf1d
#jira UE-142194

#ROBOMERGE-AUTHOR: helen.yang
#ROBOMERGE-SOURCE: CL 18945030 in //UE5/Release-5.0/... via CL 18945230 via CL 18946167
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)

[CL 18946312 by helen yang in ue5-main branch]
2022-02-10 18:36:47 -05:00
miles flanagan
aa3051f441 Add FTime trigger route nodes from templates
#rb aaron.mcleran
#jira none
#preflight 61e7346d3778a195dec2841a

#ROBOMERGE-AUTHOR: miles.flanagan
#ROBOMERGE-SOURCE: CL 18648704 in //UE5/Release-5.0/... via CL 18649397 via CL 18649725
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v900-18638592)

[CL 18650006 by miles flanagan in ue5-main branch]
2022-01-18 17:47:04 -05:00
Rob Gay
4b1e992925 Move FString/FText VertexName identifers to FNames. Convention is as follows:
- FGuid IDs are used to identify unique verticies within an entire graph (currently may be duplicated if graph is duplicated).
- FNames are used to be readible vertex identifiers that are only unique within a node's API.
- FText is only for ***OPTIONAL*** DisplayNames that can be provided as a more descriptive, readible descriptor of a given vertex (But are not necessarily unique). Currently disabled until loc tool on FText property in MetaSoundDetailsCustomization is properly displayed.
#rb phil.popp
#jira UE-123982
#preflight 613f6ff892b32b00016cf188

[CL 17494445 by Rob Gay in ue5-main branch]
2021-09-13 14:13:39 -04:00
rob gay
b8bf8890af Asset Category Hierarchy Support & General Clean-Up
Fixes & Minor refactor of validation/autoupdate to support native node classes properly post composition/preset support changes
#rb phil.popp
[FYI] sondra.moyls
#preflight 611162780182eb0001daa982


#ROBOMERGE-SOURCE: CL 17106014
#ROBOMERGE-BOT: (v854-17104634)

[CL 17106199 by rob gay in ue5-main branch]
2021-08-09 15:08:37 -04:00
Rob Gay
e861882120 - Fix errors from cooking Editor-only content in MetaSounds by marking UMetasoundEditorGraphBase as IsEditorOnly() & !NeedsLoadForEditorGame()
- Make MetaSoundEdGraph transient (never serialized)
- Move FText::FromString calls to concrete FText definitions to avoid warnings while packaging
#rb phil.popp
#jira UE-114986
#preflight 609979f75b1a0b0001529285

[CL 16255509 by Rob Gay in ue5-main branch]
2021-05-10 16:56:43 -04:00
maxwell hayes
04a6ef97b6 Metasound: Fix for Loctext name collision in the mixer node causing vertex mismatches duing metasound graph construction (and no audio to play) in multiple scenarios. (undo/redo operations, silent on certain platforms, etc.)
#jira UE-112984, UE-113277
#rb ryan.mangin
#lockdown Nick.Whiting

#ROBOMERGE-SOURCE: CL 16008123 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v789-15992632)

[CL 16008303 by maxwell hayes in ue5-main branch]
2021-04-14 13:35:14 -04:00
aaron mcleran
64b956a547 Making loctext namespaces unique in metasound nodes
#rb Anna.Lantz
#jira UE-112980
[FYI] Sondra.Moyls
#lockdown Nick.Whiting
#preflight 606d15080d6b3700018a73c6

#ROBOMERGE-SOURCE: CL 15938010 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v786-15839533)

[CL 15938468 by aaron mcleran in ue5-main branch]
2021-04-07 02:57:54 -04:00
aaron mcleran
ba35476b06 Metasound node cleanup, recategorization of a few nodes.
- removing header implementation for trigger any node

#rb none
#jira UEAU-734
[FYI] Sondra.Moyls
#preflight 60695ae28050be0001a1b7a0

#ROBOMERGE-SOURCE: CL 15911434 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v786-15839533)

[CL 15911436 by aaron mcleran in ue5-main branch]
2021-04-04 03:13:12 -04:00
aaron mcleran
7232bef132 Fixing up tooltips on trigger route node.
Removing the init node input and instead treating input value 0/trigger 0 as the init value. Is a cleaner UX.

#rb none
#jira UE-110995
[FYI] Sondra.Moyls
#preflight 60663eb2d84af60001b955be

#ROBOMERGE-SOURCE: CL 15897294 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v786-15839533)

[CL 15897302 by aaron mcleran in ue5-main branch]
2021-04-01 18:31:35 -04:00
aaron mcleran
6fced07007 Fixing trigger reroute node to make a permanent connection from input pin to output pin
Adding support for audio

#rb trivial
#jira none
[FYI] Sondra.Moyls

#ROBOMERGE-SOURCE: CL 15886041 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v786-15839533)

[CL 15889613 by aaron mcleran in ue5-main branch]
2021-04-01 11:12:27 -04:00
aaron mcleran
07b7f3dcc4 Variety of small tasks
Renaming Period Trigger to Trigger Repeat.
Adding a default init value to Trigger Route Node
Change MIDIToFreq node to "MIDI To Frequency" and changing input pin from int to float

#rb none
#jira none
[FYI] Sondra.Moyls
#preflight 6052bb93dfc38e000184cb99

#ROBOMERGE-SOURCE: CL 15734592 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v781-15675533)

[CL 15737098 by aaron mcleran in ue5-main branch]
2021-03-18 08:38:58 -04:00
aaron mcleran
c08dc490cd Metasound trigger route node
#rb Jimmy.Smith
#jira UE-110620
[FYI] Sondra.Moyls
#preflight 604afea6e68f8200019534a8

#ROBOMERGE-SOURCE: CL 15686078 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v781-15675533)

[CL 15686084 by aaron mcleran in ue5-main branch]
2021-03-12 02:25:30 -04:00