steve robb
6d5b974842
Fixed up a lot of bool-taking container resize functions to take EAllowShrinking instead.
...
[CL 30735396 by steve robb in ue5-main branch]
2024-01-19 19:41:56 -05:00
rob gay
da1a1e7f47
Add MetaSound Editor Toolbar extension registry to MetaSoundEditorSubsystem
...
#jira UE-204269
#rb phil.popp
[CL 30696763 by rob gay in ue5-main branch]
2024-01-18 16:24:23 -05:00
helen yang
f349cb0367
CIS loctext fix for find in MetaSound
...
#jira UE-204237
#rb Rob.Gay
[CL 30690346 by helen yang in ue5-main branch]
2024-01-18 13:43:45 -05:00
helen yang
8cc195d50c
Fix value text for variables with connected setters for Find in MetaSound and change value text to FText for loc
...
#jira UE-200535
#rb Rob.Gay
[CL 30673317 by helen yang in ue5-main branch]
2024-01-17 18:09:19 -05:00
helen yang
7d074697a0
Add Find tab for searching within a MetaSound
...
- Search by node/pin name string, node type, data type, display name, value, or comment
- View default literal values (including marking overridden inputs, array num), extended values on tooltip
- Jump to result in graph on click
#jira UE-200535
#rb Rob.Gay
[CL 30662993 by helen yang in ue5-main branch]
2024-01-17 13:17:18 -05:00
marc audy
108a901160
Fix V1078 warnings
...
[CL 30583619 by marc audy in ue5-main branch]
2024-01-11 19:36:42 -05:00
buzz burrowes
9c63b08cda
Support for custom pin icons for registered data types.
...
[REVIEW] [at]rob.gay
#rb Rob.Gay
[CL 30548071 by buzz burrowes in ue5-main branch]
2024-01-10 15:51:22 -05:00
rob gay
8ff7e452b4
Fix for assert when cooking by book due to invalid graph registration call from asset manager.
...
#rb rob.gay
#rnx
[CL 30462901 by rob gay in ue5-main branch]
2024-01-02 22:53:15 -05:00
alex perez
d8857354e4
[AudioAnalyzers] Deprecating use of UWorld in favor of using Audio::FDeviceID in audio analyzers/widgets
...
#jira UE-195334
#rb Rob.Gay
[CL 30175480 by alex perez in ue5-main branch]
2023-12-07 04:29:26 -05:00
pete bliss
0f07154bf9
Added FAudioSpectrumAnalyzer class to AudioWidgets. This class owns a ConstantQ analyzer and a corresponding Slate widget for displaying the resulting spectrum. Exponential time-smoothing is applied to the spectrum.
...
Added an instance of this to analyzers tab in MetaSoundEditor.
#jira none
#fyi Rob.Gay
[CL 30150523 by pete bliss in ue5-main branch]
2023-12-06 05:30:47 -05:00
alex perez
67d8fac182
[AudioWidgets] Make AudioMeter a bit more RAII (from @rob.gay with small adjustments) + added the possibility to construct the audio meter using an external audio bus (needed for AudioInsights).
...
#jira UE-195334
#rb rob.gay, aaron.mcleran
#rnx
[CL 29984781 by alex perez in ue5-main branch]
2023-11-29 07:33:14 -05:00
helen yang
4028689c51
Show source or MetaSound settings by default in MetaSound details panel, autoexpand graph member menu by default
...
#jira UE-200298
#rb rob.gay
[CL 29696653 by helen yang in ue5-main branch]
2023-11-13 17:11:15 -05:00
rob gay
94048f43ca
- Make FNodeRegistryKey an actual struct as opposed to a string alias
...
- Avoids string format/copies/conversions in most cases where its just used as a key
- Deprecate NodeRegistryKey namespace calls
#rb phil.popp
#rb helen.yang
[CL 28727626 by rob gay in ue5-main branch]
2023-10-12 16:37:45 -04:00
jimmy smith
4cc08333b4
Fix for Metasounds not using device rate when Quality Settings are disabled
...
#jira UE-197723
#rb jake.burga
[CL 28692628 by jimmy smith in ue5-main branch]
2023-10-11 19:55:59 -04:00
jimmy smith
f2080e3c96
[Resubmit] Make the CVARs a global override instead of just the defaults
...
#jira UE-196264
#rb aaron.mcleran
[CL 28627751 by jimmy smith in ue5-main branch]
2023-10-10 13:37:20 -04:00
helen yang
0fe85a7e84
Fix editor crash for invalid MetaSound graph connection view when previewing sound
...
#jira UE-197122
#rb rob.gay
[CL 28603702 by helen yang in ue5-main branch]
2023-10-09 19:00:15 -04:00
bob tellez
28443a5e59
[Backout] - CL28560665
...
[FYI] jimmy.smith
Original CL Desc
-----------------------------------------------------------------
Make the CVARs a global override instead of just the defaults
#jira UE-196264
#rb aaron.mcleran
[CL 28563662 by bob tellez in ue5-main branch]
2023-10-06 19:42:56 -04:00
jimmy smith
8eed59c6e9
Make the CVARs a global override instead of just the defaults
...
#jira UE-196264
#rb aaron.mcleran
[CL 28560930 by jimmy smith in ue5-main branch]
2023-10-06 18:51:06 -04:00
phil popp
e631780063
Register metasound graphs asynchronously
...
#jira UE-185834, FORT-658630
#rb Rob.Gay, Helen.Yang
[CL 28149471 by phil popp in ue5-main branch]
2023-09-22 15:01:07 -04:00
phil popp
b478631318
[Backout] - CL28104009
...
[FYI] phil.popp
Original CL Desc
-----------------------------------------------------------------
Register metasound graphs asynchronously
#jira UE-185834
#rb Rob.Gay, Helen.Yang
[CL 28111209 by phil popp in ue5-main branch]
2023-09-21 18:24:25 -04:00
phil popp
adbad7a65f
Register metasound graphs asynchronously
...
#jira UE-185834
#rb Rob.Gay, Helen.Yang
[CL 28104164 by phil popp in ue5-main branch]
2023-09-21 16:35:40 -04:00
rob gay
0b5702d6e8
- Make UMetaSoundSource & UMetaSoundPatch the direct document manipulated object for subsystem builders
...
- Remove specialized Audition object in favor of directly using UMetaSoundSource for Source builders
#rb phil.popp
#jira UE-194159
[CL 27861100 by rob gay in ue5-main branch]
2023-09-13 20:11:49 -04:00
aaron mcleran
86066cad8d
Fixing compile error
...
#rb none
[CL 27802991 by aaron mcleran in ue5-main branch]
2023-09-12 15:02:44 -04:00
aaron mcleran
6705225eb4
Making space bar preview a metasound
...
* Refactored metasound source and patch asset actions to use new asset definitions
* Fixed issue with preset icons not showing up on restart
* Utilized sound base asset def
#jira UE-194293, UE-194188
#rb helen.yang
[CL 27799703 by aaron mcleran in ue5-main branch]
2023-09-12 13:54:05 -04:00
Rob Gay
4b6ada027e
- Fix for crash when transforming reroute template nodes
...
- Add more extensible API to transforms for opting in or out of applying access type dynamically for inputs/outputs to builder API
- Added debug cvar for viewing node data in MetaSound editor
#rb helen.yang
#jira UE-194634
#rnx
[CL 27674059 by Rob Gay in ue5-main branch]
2023-09-07 11:11:22 -04:00