15 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
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
5a2d9e55da Use loc text for MetaSound node vertex names (Part 1)
- New macro for defining node parameters to generate localized metadata struct
- Simple find and replace to use new macro

#jira UE-143472
#rb rob.gay
#preflight 621ed5c231454c90cce4b154

#ROBOMERGE-AUTHOR: helen.yang
#ROBOMERGE-SOURCE: CL 19225883 in //UE5/Release-5.0/... via CL 19228005
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)

[CL 19231251 by helen yang in ue5-main branch]
2022-03-02 17:22:27 -05:00
maxwell hayes
708ba64589 Follow up fix for Metasound Trigger Counter Node logic (reset behavior)
#jira UE-135965
#rb Aaron.McLeran
#preflight 6216de68647bb7debf71fd61

#ROBOMERGE-AUTHOR: maxwell.hayes
#ROBOMERGE-SOURCE: CL 19150026 in //UE5/Release-5.0/... via CL 19150278
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)

[CL 19160989 by maxwell hayes in ue5-main branch]
2022-02-25 19:31:19 -05:00
maxwell hayes
6e455512e9 Fix for incorrect reset behavior on triggercounter node
#rb Aaron.McLeran
#jira UE-135965
#preflight 621020a7cc18880e8bbfc237


#ROBOMERGE-AUTHOR: maxwell.hayes
#ROBOMERGE-SOURCE: CL 19093111 via CL 19093755 via CL 19094554 via CL 19096064 via CL 19105325
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)

[CL 19146620 by maxwell hayes in ue5-main branch]
2022-02-25 09:41:54 -05: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
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
Aaron McLeran
13a598224d Fix for trigger counter
#rb none
#jira UE-114994
#fyi Sondra.Moyls
#preflight 609585513d622b0001a54427

[CL 16239199 by Aaron McLeran in ue5-main branch]
2021-05-07 14:47:54 -04:00
rob gay
14dc74f2ff - Validate pin string literal representation against transformed string through the literal system during graph sync
- Fix incorrect default type for TriggerCounterNode
#rb phil.popp
#jira UE-112559
#lockdown nick.whiting
#preflight 606e047228fbc40001a15c60

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

[CL 15950307 by rob gay in ue5-main branch]
2021-04-07 22:21:37 -04:00
aaron mcleran
c74cd25813 Cleaning up trigger counter and trigger delay node
#jira UE-112160
#rb none
[FYI] Sondra.Moyls
#preflight 60664eb8669f3700017a3f06

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

[CL 15897913 by aaron mcleran in ue5-main branch]
2021-04-01 20:10:37 -04:00
aaron mcleran
88e196058b Cleaning up some nodes.
- Adding some minor features to various trigger nodes.
- Fixing/standarding pin orders and names
- Added a utility to help with param management (until we get a better param manager)
- Fixed a few minor bugs (trigger pipe/delay resets)
- Refactored value node to have a reset trigger and output triggers on set/reset. Renamed params to be more clear.
- Did a pass on tooltip cleanup and fixes.
- Refactored trigger compare node and added float support
- Refactored trigger counter, adding a couple minor features (count-by, auto-reset)


#rb Phil.Popp
#jira none
[FYI] Sondra.Moyls
#preflight 605ae010d88d2d00017742da

#ROBOMERGE-SOURCE: CL 15793396 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v783-15756269)

[CL 15793397 by aaron mcleran in ue5-main branch]
2021-03-24 03:22:53 -04:00
jimmy smith
6c8c8f445d More StandardNode Categories (filter,generators,trigger utils).
#rb
#jira none

#ROBOMERGE-SOURCE: CL 15632143 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v777-15581079)

[CL 15632144 by jimmy smith in ue5-main branch]
2021-03-05 23:03:16 -04:00
aaron mcleran
a4cf1e2859 Removing spammy log.
#rb none
#jira none

#ROBOMERGE-SOURCE: CL 15627404 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v777-15581079)

[CL 15627423 by aaron mcleran in ue5-main branch]
2021-03-05 14:29:37 -04:00
aaron mcleran
87f1e43126 Metasound trigger counter node
Counts triggers and writes the count to the output integer

#rb
#jira

#ROBOMERGE-SOURCE: CL 15620375 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v777-15581079)

[CL 15620382 by aaron mcleran in ue5-main branch]
2021-03-04 21:06:06 -04:00