Commit Graph

238 Commits

Author SHA1 Message Date
jimmy smith
b987fbbe0e Fix for Cook warning/content validation
#preflight none

[CL 20384864 by jimmy smith in ue5-main branch]
2022-05-26 16:32:38 -04:00
Leon Huang
19877e39c5 Fix for duplicate localization key warnings and missing localization defines/undefines in various files.
#rnx
#rb: Vincent.Gauthier
#jira: UE-151614
#preflight: 628fc4a98c23e52ef0fdfa7d

[CL 20384450 by Leon Huang in ue5-main branch]
2022-05-26 16:11:10 -04:00
jimmy smith
2093834e8d Fixed up TObjectPtr for Metasounds as I had warnings as errors on
#rb rob.gay
#jira none
#preflight 628fc3ff74630984fd46f137

[CL 20383257 by jimmy smith in ue5-main branch]
2022-05-26 15:06:53 -04:00
helen yang
bfeda1bb29 Fix MetaSound editor meter channel count being incorrect resulting in incorrect meter values for mono sources
#jira UE-153872
#rb rob.gay
#preflight 628d0a79710271c31824286e

[CL 20356800 by helen yang in ue5-main branch]
2022-05-24 17:55:21 -04:00
alfaroh corneyiii
b17e186979 "Using Native Audio" Telemetry
#jira UE-151075
#rb rob.gay helen.yang
#preflight 628c08e4183c1e1346577d5a

[CL 20341003 by alfaroh corneyiii in ue5-main branch]
2022-05-23 18:58:53 -04:00
helen yang
1a31dac048 Properly update MetaSound node positions when nodes are moved with comment nodes or by alignment actions
#jira UE-147971
#rb rob.gay
#preflight 6287e90a7e018d20dc0de915

[CL 20334468 by helen yang in ue5-main branch]
2022-05-23 14:56:04 -04:00
robert manuszewski
be1c20b7ff Reverting accidentally submitted files
#rb trivial
#preflight none

#ROBOMERGE-AUTHOR: robert.manuszewski
#ROBOMERGE-SOURCE: CL 20315042 via CL 20315044 via CL 20315048 via CL 20315049
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v948-20297126)

[CL 20315217 by robert manuszewski in ue5-main branch]
2022-05-22 10:30:23 -04:00
robert manuszewski
f8a812a32f Converting hardcoded short class/enum names to pathnames ahead of ANY_PACKAGE removal
#rb trivial
#jira UE-99463
#preflight 6288fd998828ea88c8aef3d0

#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: robert.manuszewski
#ROBOMERGE-SOURCE: CL 20314896 via CL 20314897 via CL 20314903 via CL 20314904
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v948-20297126)

[CL 20315214 by robert manuszewski in ue5-main branch]
2022-05-22 10:30:02 -04:00
Rob Gay
3ab1010fde Fix for implicit bool cast with MetaSound boolean connection animation throwing build warnings
#rb trivial
#jira UE-153318
#rnx
#preflight 6287efa88828ea88c87d1448

[CL 20302347 by Rob Gay in ue5-main branch]
2022-05-20 16:29:01 -04:00
Rob Gay
ca643f250e MetaSound Editor Analyzer Checkpoint
#rb helen.yang
#jira UE-147027
#rnx
#preflight 62855a90614041edb7a54d23

[CL 20285298 by Rob Gay in ue5-main branch]
2022-05-19 15:24:49 -04:00
lauren barnes
4b82e918fa Replacing legacy EditorStyle calls with AppStyle
#rb header and class name replacement

#ROBOMERGE-AUTHOR: lauren.barnes
#ROBOMERGE-SOURCE: CL 20078276 via CL 20078825
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690)

[CL 20106316 by lauren barnes in ue5-main branch]
2022-05-09 13:51:26 -04:00
Lauren Barnes
6248f8d412 Replacing legacy EditorStyle calls with AppStyle
#preflight 6272a74d2f6d177be3c6fdda
#rb Matt.Kuhlenschmidt

#ROBOMERGE-OWNER: Lauren.Barnes
#ROBOMERGE-AUTHOR: lauren.barnes
#ROBOMERGE-SOURCE: CL 20057269 via CL 20070159 via CL 20072035 via CL 20072203
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690)
#ROBOMERGE-CONFLICT from-shelf

[CL 20105363 by Lauren Barnes in ue5-main branch]
2022-05-09 13:12:28 -04:00
Matt Peters
d64cf41728 AssetRegistry includes (Engine Plugins): change #include "AssetData.h" -> #include "AssetRegistry/AssetData.h", and similar for the other moved AssetRegistry headers.
#rb Zousar.Shaker
#rnx
#preflight 6270563191629533ec2b6f6e

[CL 20017756 by Matt Peters in ue5-main branch]
2022-05-02 18:59:38 -04:00
helen yang
b981fe0d20 Non unity fix in SMetasoundGraphPin
#rb trivial
#preflight 62683ede853fdb6fddc4b33e
#jira UE-150252
#rnx

[CL 19926906 by helen yang in ue5-main branch]
2022-04-26 15:38:48 -04:00
phil popp
b0380ec246 Metasound Frontend Search Engine Memory Improvements
- Split out search engine into Core functionality and EditorOnly functionality
- Removed some ISearchEngine integration in the INodeController
- Fixed up callsites that were relying on EditorOnly ISearchEngine functionality on non-editor builds.
#jira UE-147632
#rb Aaron.McLeran
#preflight 626709dc0231ca6c0d8d892e

[CL 19908865 by phil popp in ue5-main branch]
2022-04-25 16:59:41 -04:00
helen yang
8795e3fedb Add type colors + icons to Metasound member list and stub in editor side for constructor pins
- Fix color for Time:Array type

#jira UE-148269
#jira UE-148862
#rb rob.gay
#preflight 62631545006fa20b683e7a91

[CL 19905171 by helen yang in ue5-main branch]
2022-04-25 13:29:29 -04:00
rob gay
36046a26c9 Fix crash when attempting to synchronize a MetaSound that has yet to be initialized/missing a graph reference.
#jira https://jira.it.epicgames.com/browse/UE-149182
#rb helen.yang
#preflight 6262cd49bc24759dc73b02c5

#ROBOMERGE-AUTHOR: rob.gay
#ROBOMERGE-SOURCE: CL 19867459 in //UE5/Release-5.0/... via CL 19872455
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v940-19807014)

[CL 19875442 by rob gay in ue5-main branch]
2022-04-22 18:16:24 -04:00
phil popp
50012d952e Fix for MetaSound ensure loading CitySample
#jira UE-148531
#rb Maxwell.Hayes
#preflight 625f07d99c09ef439d9f53f7

#ROBOMERGE-AUTHOR: phil.popp
#ROBOMERGE-SOURCE: CL 19818787 in //UE5/Release-5.0/... via CL 19820506
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v940-19807014)

[CL 19827829 by phil popp in ue5-main branch]
2022-04-20 08:17:42 -04:00
helen yang
fb818a60dc Fix rename delegate not added to MetaSound members that do not have literals
#jira UE-147807
#rb rob.gay
#preflight 624dda99837c93f1a3f5889f

[CL 19652846 by helen yang in ue5-main branch]
2022-04-06 14:52:43 -04:00
Rob Gay
d5b2729860 Default to 'direct' ESelectInfo in SSearchableComboBox::SetSelectedItem
- Internal SelectedItem member was not getting set after last fix to avoid selection on key navigation while the menu was open
- Minor clean-up
#rb aditya.ravichandran
#rnx
#jira UE-146837
#preflight 623a0a68ec68595f3b88a242
#preflight 623a0a68ec68595f3b88a242

[CL 19469217 by Rob Gay in ue5-main branch]
2022-03-22 14:01:46 -04:00
sebastian nordgren
62863c1e7c Added missing SButton include in MetasoundAssetTypeActions.cpp.
#review-19436111 @vincent.gauthier
#jira UE-146350
#rnx
#preflight 6234a8b6b43f22036e1103c3

[CL 19436524 by sebastian nordgren in ue5-main branch]
2022-03-18 12:00:34 -04:00
Rob Gay
4961b2bd23 Fix additional spot missing rename feedback from prior CL: predicate --> projection
#rb phil.popp
#rnx
#jira none
#preflight 62339ecfe14776a6ebc278cc

[CL 19427000 by Rob Gay in ue5-main branch]
2022-03-17 16:56:13 -04:00
helen yang
803e3e44b4 Use loc text for MetaSound node vertex names (Part 2)
- pass on MetaSound nodes to use METASOUND_PARAM() and related macros for information about node vertices that should be localized
- fix typos, loc key collisions, and update audio unit test call sites

#jira UE-144518
#jira UE-145530
#rb aaron.mcleran
#preflight 62335f6ce12e0da4a52e74ba
#robomerge FNNC

[CL 19423048 by helen yang in ue5-main branch]
2022-03-17 13:14:50 -04:00
Rob Gay
1698d71f34 - Add ability to audition MetaSounds from ContentBrowser
- Add play icon for MetaSound tab when auditioning.
- Use small icons for toolbar
- Move MS asset colors to SlateStyle
#rb helen.yang
#jira UE-145533
#preflight 623285b9cf609c54b107163f

[CL 19415930 by Rob Gay in ue5-main branch]
2022-03-16 20:54:16 -04:00
Rob Gay
3dd745da4e Fallback to sorting display name alphabetically if SortOrder not provided or results in a tie.
#jira UE-146244
#rb phil.popp
#preflight 62326654cf609c54b1ffd9db
#preflight 62326ef0e2541b4ff3b7fcf1

[CL 19414958 by Rob Gay in ue5-main branch]
2022-03-16 19:27:27 -04:00