Commit Graph

12 Commits

Author SHA1 Message Date
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