Commit Graph

11 Commits

Author SHA1 Message Date
maxwell hayes
3543fe01db Fix for inconsisnent use of defines for vector register alignment (elements vs bytes)
#rb Phil.Popp
#jira nojira

#preflight 609af8112032ee000111f1ee

#ROBOMERGE-SOURCE: CL 16284234 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v799-16237190)

[CL 16284312 by maxwell hayes in ue5-release-engine-test branch]
2021-05-11 19:04:43 -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
anna lantz
89bc193441 Miscellaneous tool tip fixes and conversions to headerless-Nodes
#jira UE-110754
#jira UE-110044
#jira UE-109509
#jira UE-112040
#jira UE-112869
#rb ryan.mangin
#lockdown nick.whiting
#preflight 606cdc4ea4955f0001dd5cad

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

[CL 15936444 by anna lantz in ue5-main branch]
2021-04-06 18:56:44 -04:00
phil popp
8cab75d4da Hide and disable unneeded types and nodes
- Added enable structs for arrays, auto conversions, send/receive to opt-out when desired.
- Lots of header include fixes to get build working.
- Comment out "int64" and "double" registered data types
#jira UE-112303
#rb Jimmy.Smith
#preflight 606b9c22458ce6000159e16c
#lockdown Nick.Whiting

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

[CL 15925330 by phil popp in ue5-main branch]
2021-04-05 20:22:19 -04:00
anna lantz
4a0c21edeb Logarithm and Power MetaSounds
#jira none
#rb aaron.mcleran
#preflight 60669373c5a3a100015fcfdf
#preflight 60675d5105d1f00001eb8c44

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

[CL 15907227 by anna lantz in ue5-main branch]
2021-04-02 20:19:12 -04:00
aaron mcleran
679d62e848 New modulo metasound math node
* removes cruft of random node
* adds icon for modulo and modifies division icon to avoid ambiguity with modulo

#rb Phil.Popp
#jira UE-110026

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

[CL 15618873 by aaron mcleran in ue5-main branch]
2021-03-04 19:16:42 -04:00
aaron mcleran
d096dc2cd1 Random node support
Fix for audio buffer add

#jira UEAU-722
#rb Rob.Gay

#ROBOMERGE-SOURCE: CL 15467666 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)

[CL 15467701 by aaron mcleran in ue5-main branch]
2021-02-18 22:08:57 -04:00
rob gay
fd8bd04b55 - General Metasound Type Reduction
- Reduced Metasound Time Types to single FTime
- Show AudioBuffer as just "Audio" in UI/UX in preparation for nuking mono/stereo type ("mono" will be implicit for single audio type)
- Removed Frequency type
- Removed exposition of Gain as registered type (left code for potential use in node development)
- Added Nodes to convert accordingly between removed types
#rb phil.popp
#jira UEAU-699

#ROBOMERGE-SOURCE: CL 15415392 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)

[CL 15415399 by rob gay in ue5-main branch]
2021-02-16 01:26:50 -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
Rob Gay
462c2bb5ef Math Op Tests
- Various macro clean-up
- Shuffle code around to enable tests to access math op nodes
#rb phil.popp
#jira UEAU-631

[CL 15125236 by Rob Gay in ue5-main branch]
2021-01-16 02:06:14 -04:00
Rob Gay
74349f19dd Metasound Math Nodes
#rb phil.popp
#jira UEAU-631

[CL 15072951 by Rob Gay in ue5-main branch]
2021-01-13 17:37:25 -04:00