Commit Graph

148 Commits

Author SHA1 Message Date
alfaroh corneyiii
352c77962d Fix EditCondition warning in Impulse Response Asset
#jira UE-151680
#rb rob.gay
#preflight
#preflight 6373d33e1c114bec05b81cb8

[CL 23138919 by alfaroh corneyiii in ue5-main branch]
2022-11-15 13:12:43 -05:00
joe pribele
0926a226cf removed PRAGMA_DISABLE_OPTIMZATIONS that appear to be left in by accident
#rb zousar.shaker
#preflight 636c1c6f7c2b50519028f593

[CL 23063526 by joe pribele in ue5-main branch]
2022-11-09 16:47:19 -05:00
aaron mcleran
f9e7f2f015 Stereo-to-quad submix effect
#rb Maxwell.Hayes, alfaroh.corneyiii
#preflight none

[CL 22999973 by aaron mcleran in ue5-main branch]
2022-11-04 22:37:48 -04:00
henrik karlsson
8f895fef35 Added includes needed after removing includes in headers
#preflight 6360b63e41625be270a6e464
#rb none

[CL 22888775 by henrik karlsson in ue5-main branch]
2022-11-01 15:14:15 -04:00
henrik karlsson
862ef70ca4 [UHT]
* Fixed so delegate wrapper function is implemented in cpp file to be able to forward declare types used by delegate

#preflight 6360593fc6242f88a4c1fe5a
#rb none

[CL 22888516 by henrik karlsson in ue5-main branch]
2022-11-01 15:06:21 -04:00
rob gay
18e887e937 [MetaSounds] Fix/add missing new MetaSound type icons/thumbnails as well as play/stop overlays. Support for showing/filtering presets in ContentBrowser
#rb helen.yang julien.stjean
[REVIEW] helen.yang
#jira UE-168050
#preflight 635314707261e565c497645f

[CL 22786984 by rob gay in ue5-main branch]
2022-10-26 15:28:04 -04:00
maxwell hayes
a2cf0be8a5 Follow up fix for guard around Granular Synth being provided a USoundWave w/ non-forceinline loading behavior.
# jira UE-120998
#rb jimmy.smith
#preflight 635337bbcb31f106ce0a58d9
#rnx

[CL 22712208 by maxwell hayes in ue5-main branch]
2022-10-22 15:37:26 -04:00
maxwell hayes
ceb11a840f [Granular synth] protect against loading USoundWaves w/ incompatible loading behavior.
#jira UE-120998
#rb jimmy.smith
#rnx
#preflight 6351ea9b9e14ee3c79646934

[CL 22707985 by maxwell hayes in ue5-main branch]
2022-10-21 22:29:52 -04:00
Robb Surridge
610c467639 Update vendor links for built-in plugins to use secure protocol.
#jira UE-166823
#rb lauren.barnes
#preflight 6352b20b7261e565c476ec3b

[CL 22690089 by Robb Surridge in ue5-main branch]
2022-10-21 11:04:07 -04:00
maxwell hayes
3b2e604d60 Fix for convolution reverb not working on higher channel-count AudioDevices / SubmixGraphs
#jira UE-146734
#rb phil.popp
#preflight 634739be8a0a7b2adc9d8244

[CL 22582611 by maxwell hayes in ue5-main branch]
2022-10-17 18:20:27 -04:00
nick darnell
954d29b9f5 Editor - Beginning the process to no longer make loading all assets you right click in the content browser. The first step, is setting up the code to have a deprecation flag DEPRECATE_ASSET_TYPE_ACTIONS_NEEDING_LOADED_OBJECTS, this will make it illegal to implement GetActions on all AssetTypeAction implementations. Checked in disabled, enable it locally to begin trying to implement the recommended method detailed in the IAssetTypeActions header. WIP. One of the things this change does is outlaw (regardless of deprecation) the HasActions() function, this function is no longer used at all, and so we may as well remove its implementation, it also works well as a canary in finding other samples and things that need to be upgraded.
#jira UE-165574
[REVIEW] [at]Rex.Hill, [at]Lauren.Barnes
#preflight 63483c43ad0f7e2f20e44910

[CL 22534452 by nick darnell in ue5-main branch]
2022-10-14 16:59:41 -04:00
rob gay
56088a4180 DSP LFO/Modulation LFO fixes
- Add missing exponential factor to Modulation generator
- Fix bounds restriction calculation for expontential factor
- Add LFO ResetPhase implementation to override initial location in oscilator on rising edge where necessary (for modulation LFO, user range limited to unipolar but hardly ever wants to start at midpoint).
- Add bipolar option to avoid oneshot/bipolar conflation for certain types of LFOs
- Add back implementation for 5.1 deprecated function to avoid breaking licensees
#rb phil.popp
[REVIEW] phil.popp
#jira UE-127886
#preflight 6346eed9b757820b7ae99b76

[CL 22483928 by rob gay in ue5-main branch]
2022-10-12 15:31:28 -04:00
alfaroh corneyiii
ad525b20a0 Fix Audio Modulation Parameter Mismatch UI Bug
#jira UE-126644
#preflight 6340aee2437603cb0e4f14d8
#rb rob.gay
#lockdown aurel.cordonnier

[CL 22414481 by alfaroh corneyiii in ue5-main branch]
2022-10-07 21:33:37 -04:00
rob gay
4856cf0b72 Db/DB to dB display name fixes
#rb trivial
#jira UE-165456
#rnx
#preflight 6335ea5f7c11614c21772bc6

[CL 22264044 by rob gay in ue5-main branch]
2022-09-30 01:36:23 -04:00
bryan sefcik
50d4fac9e0 Updated ../Engine/Plugins/... to inline gen.cpp files
Before:
3548 unity files
Total CPU Time: 47343.578125 s
Total time in Parallel executor: 494.60 seconds

After:
3445 unity files
Total CPU Time: 46044.671875 s
Total time in Parallel executor: 468.51 seconds

#jira
#preflight 63336159b20e73a098b7f24f

[CL 22218213 by bryan sefcik in ue5-main branch]
2022-09-28 01:06:15 -04:00
rob gay
3f94473cc9 ModulationDestinations Upgrade
- Support sets of input modulators
- Support union of modulation heirarchy
#rb alfaroh.corney
#jira UE-163157
#preflight 63191cc3ec45fbf3d708437c

[CL 21892756 by rob gay in ue5-main branch]
2022-09-08 09:18:28 -04:00
ben zeigler
9ea9312867 Fix broken redirects discovered by running -DebugCoreRedirects on the engine
Some of these needed full paths after the path lookup changes, some were out of date, and some were typos
#jira UE-161345
#rb matt.peters
#preflight 6306824e5a5d4e462465eaf7

[CL 21566281 by ben zeigler in ue5-main branch]
2022-08-25 11:56:33 -04:00
alfaroh corneyiii
a30156092c Audio Telemetry Clean-Up
#rb rob.gay
#jira UE-159979
#preflight 63040b47c00af5e2940a0055

[CL 21497581 by alfaroh corneyiii in ue5-main branch]
2022-08-22 19:19:05 -04:00
alfaroh corneyiii
240b5abe88 Audio Plugin Telemetry Part 5
Steam Audio, Synthesis & DSP Effects, and AudioLink
#jira UE-157514
#rb rob.gay jimmy.smith
#preflight 62f2c985d15babfa654ab20b

[CL 21298568 by alfaroh corneyiii in ue5-main branch]
2022-08-09 16:59:41 -04:00
ben zeigler
2b1d13c755 Move some gameplay plugins with blueprint hooks to initialize in PreDefault so they are ready for early blueprint loads
#jira UE-158125
#preflight 62d095a6e468fcfd0b3e4817
#rb david.garza

[CL 21100869 by ben zeigler in ue5-main branch]
2022-07-14 18:47:13 -04:00
phil popp
2f19544e46 Increased audio LLM tag coverage
#jira UE-148592
#rb  Helen.Yang
#preflight 62cc51f31961b487b39e9478

[CL 21042573 by phil popp in ue5-main branch]
2022-07-11 12:49:10 -04:00
anna lantz
a4ab179b77 Inclusive language push, removing master/slave language from DSP code
#jira UE-158586, UE-158671
#preflight 62c751d2702597cc877a6fa7

[CL 20993839 by anna lantz in ue5-main branch]
2022-07-07 17:56:49 -04:00
phil popp
2fadfa51ec Audio signal processing cleanup
- Removing need for alignment in audio DSP.
- Decreased header dependencies across codebase to improve build times
- Fixed improper `using namespace` issues.
#jira UE-147590
#rb Helen.Yang, Alfaroh.Corneyiii
#preflight 62a789bd2c521c9c6dac7bb6

[CL 20648535 by phil popp in ue5-main branch]
2022-06-14 10:44:07 -04:00
seth weedin
a3a299e5eb Add data to spat params to allow using the AttenuationDistance (which may differ from distance to listener)
- Work done specifically for SourceEffectSimpleDelay to use it for "DelaySpeedBasedOnDistance" calculations

Impact: Prevents pitch warble when moving the camera around quickly for projects that use an attenuation override

#rb Aaron.McLeran, Ryan.Mangin

#ROBOMERGE-AUTHOR: seth.weedin
#ROBOMERGE-SOURCE: CL 20130485 via CL 20130494 via CL 20130515 via CL 20130536
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690)

[CL 20132808 by seth weedin in ue5-main branch]
2022-05-10 21:06:28 -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