Commit Graph

467 Commits

Author SHA1 Message Date
rob gay
e0f2527ac7 Editor-only fixes included: Initial MetaSound Editor Page Support (cvar disabled until all transactions are supported and tested)
#jira UE-194160
#rb phil.popp
#rnx
#tests PIE, MetaSound Asset Editor, Engine Automation tests

[CL 34541631 by rob gay in ue5-main branch]
2024-06-20 15:27:03 -04:00
rob gay
e0359d1db1 [Backout] - CL34535555
[FYI] Rob.Gay
Original CL Desc
-----------------------------------------------------------------
Initial MetaSound Editor Page Support (cvar disabled until all transactions are supported and tested)
#jira UE-194160
#rb phil.popp
#rnx
#tests PIE, MetaSound Asset Editor, Engine Automation tests

[CL 34538285 by rob gay in ue5-main branch]
2024-06-20 14:26:46 -04:00
rob gay
94e46a67f9 Initial MetaSound Editor Page Support (cvar disabled until all transactions are supported and tested)
#jira UE-194160
#rb phil.popp
#rnx
#tests PIE, MetaSound Asset Editor, Engine Automation tests

[CL 34535569 by rob gay in ue5-main branch]
2024-06-20 13:33:47 -04:00
rob gay
e61c62accb Const handle fix-ups
#rb rob.gay
#rnx

[CL 34476278 by rob gay in ue5-main branch]
2024-06-18 16:11:40 -04:00
lauri gurevicuis
1db7b04868 UE-146290 - [MetaSounds] - Dropdown menus do not support selection with arrow keys
#rb daren.cheng
#jira UE-146290

[CL 34452692 by lauri gurevicuis in ue5-main branch]
2024-06-18 04:56:33 -04:00
miro salminen
5996025756 [MetaSound] 'hide unconnected pins' action to nodes
#rb Rob.Gay
#jira UE-171027
#rnx

[CL 34452339 by miro salminen in ue5-main branch]
2024-06-18 04:15:33 -04:00
rob gay
3c751fa7b9 Fix for corrupt builder access when caching ticked attribute getter
#rb helen.yang
#rnx

[CL 34434156 by rob gay in ue5-main branch]
2024-06-17 14:50:21 -04:00
rob gay
1b3382acee Guid collision fix-up follow-up renaming
#rb helen.yang, phil.popp
#rnx

[CL 34426347 by rob gay in ue5-main branch]
2024-06-17 12:51:18 -04:00
lauri gurevicuis
da9aadedd0 UE-216288 - [MetaSounds] - There are no icons when dragging an input or variable to a pin to show if the action is premitted
#rb Rob.Gay
#jira UE-216288

[CL 34417342 by lauri gurevicuis in ue5-main branch]
2024-06-17 06:52:57 -04:00
miro salminen
a10497492e [MetaSound] - Creating a new input/output doesn't prompt for rename
#rb Rob.Gay
#jira UE-216078
#rnx

[CL 34415170 by miro salminen in ue5-main branch]
2024-06-17 03:19:05 -04:00
rob gay
81433d4d49 Versioning guid collision fixes
#jira UE-217835
#rb phil.popp
#rnx
[FYI] sondra.moyls
#tests local edits, audioQA automated tests, project fast cook

[CL 34376054 by rob gay in ue5-main branch]
2024-06-14 13:05:35 -04:00
miro salminen
f8567c0993 [MetaSounds] - Delete Unused Members no longer working
#rb Rob.Gay
#jira UE-214772
#rnx

[CL 34364237 by miro salminen in ue5-main branch]
2024-06-14 01:33:12 -04:00
rob gay
4540fc83af Fix for crash when double clicking on a reroute node
#rb helen.yang
#jira UE-216750
[FYI] sondra.moyls
#rnx

[CL 34319255 by rob gay in ue5-main branch]
2024-06-12 15:31:28 -04:00
rob gay
2a101f5371 First pass at member display name code clean-up, misc bug fixes
#rb helen.yang
#rnx

[CL 34293732 by rob gay in ue5-main branch]
2024-06-11 18:27:11 -04:00
rob gay
09f4a23362 - Protect against invalid builder or MetaSound object in MetaSound Asset Editor
- Clean-up multiple ways MetaSound is tracked in Asset Editor (ex. FGCObject in ToolKit overload, internal to ToolKit, StrongObjectPtr, etc.)
    - Now just uses EditingObject and GetMetasoundObject() wraps it safely
- Reordered & cleaned asset editor Init logic to accomidate condensing references
#jira UE-216533
#rb helen.yang
[FYI] sondra.moyls
#rnx

[CL 34245283 by rob gay in ue5-main branch]
2024-06-10 13:41:25 -04:00
miro salminen
05bbe75827 UE-171622
MetaSound inputs and variables should have right click (or CTRL+D) duplicate option
#wip
#rb helen.yang
#jira UE-171622
#rnx

[CL 34230796 by miro salminen in ue5-main branch]
2024-06-10 03:17:20 -04:00
miro salminen
771638c119 UE - 211725 - AudioMaterialSlider is stretched out in Metasound Editor
#rb helen.yang
#jira UE-211725
#rnx

[CL 34191337 by miro salminen in ue5-main branch]
2024-06-07 02:03:55 -04:00
rob gay
46e5ed7c77 Trivial: fix negation allowing user to delete interface members
#jira UE-216542
#rb rob.gay
#rnx
[FYI] sondra.moyls

[CL 34171434 by rob gay in ue5-main branch]
2024-06-06 16:02:08 -04:00
rob gay
c49762d152 Trivial: Protection against edge case where a builder can go out of scope on asset editor init and graph edit state is checked
#jira UE-216533
#rb rob.gay
#rnx

[CL 34165837 by rob gay in ue5-main branch]
2024-06-06 14:00:31 -04:00
lauri gurevicuis
3366dac4f8 UE-216526 - [MetaSounds] - MetaSound Asset Registration runs continuously in a template project
#rb Rob.Gay
#jira UE-216526

[CL 34149719 by lauri gurevicuis in ue5-main branch]
2024-06-06 03:10:04 -04:00
rob gay
fb352f462e [Backout] - CL34086276
[FYI] miro.salminen
Original CL Desc
-----------------------------------------------------------------
[MetaSound]  'hide unconnected pins' action to nodes
#rb helen.yang
#jira UE-171027
#rnx

[CL 34148343 by rob gay in ue5-main branch]
2024-06-06 00:17:28 -04:00
rob gay
496613928a Fixed cook issues ([Backout] - CL34114021)
- Fixed regression with referencing graphs not updating
#tests AudioQA -cook
[FYI] hilda.cruz

Original CL Desc
-----------------------------------------------------------------
[Backout] - CL34112568 due to autotest error.
#rnx
[FYI] Rob.Gay
Original CL Desc
-----------------------------------------------------------------
More protections around accessing the wrong builder via the MetaSound builder registry by supplying the TopLevelPath of the asset if available when the registry has multiple conflicting entries due to bad content.
#rb helen.yang
#jira UE-216533
#rnx
[FYI] sondra.moyls

[CL 34125321 by rob gay in ue5-main branch]
2024-06-05 11:00:21 -04:00
miro salminen
6c98d2511a [MetaSound] 'hide unconnected pins' action to nodes
#rb helen.yang
#jira UE-171027
#rnx

[CL 34086303 by miro salminen in ue5-main branch]
2024-06-04 01:47:34 -04:00
pete bliss
6bbac61ef4 Spectrum analyzer tilt.
#jira UE-214523

[CL 34061501 by pete bliss in ue5-main branch]
2024-06-03 05:50:30 -04:00
rob gay
44ba0da0c9 Fix for null ref crash when adding referenced MetaSound graph in MetaSound editor
#rb rob.gay
#jira UE-216284
#rnx

[CL 34050419 by rob gay in ue5-main branch]
2024-05-31 19:15:24 -04:00