henrik karlsson
4a5e13525d
Fixed non-unity non-pch compile errors
...
#preflight skipped
#rb none
[CL 22788359 by henrik karlsson in ue5-main branch]
2022-10-26 16:22:34 -04:00
henrik karlsson
b5b86c796c
This change is a strategical submit for a coming change that removes lots of includes in headers that are included by many files. This change contains adding of includes in files that previously got those includes transitively from other inclkudes
...
#preflight 6355d4940313c24974b2107b
#rb none
[CL 22783162 by henrik karlsson in ue5-main branch]
2022-10-26 12:57:32 -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
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
c23e7530ae
Swap set property functional iterator to GetElement to for API conformity
...
#rb ryan.mangin
#rnx
#jira none
#preflight 631fad09f7369c49efdf9fae
[CL 21985205 by rob gay in ue5-main branch]
2022-09-13 12:30:33 -04:00
bryan sefcik
b93a6cf7ed
Pass 1 on editor include fixes:
...
Removed redundant private include paths from build.cs files.
Fixed include paths to be relative to the private or public folders.
Hid or removed includes that reached into other private module folders.
Updated PublicInclude paths when necessary.
#jira
#preflight 631e283bec5b0c765fc0ffdb
[CL 21960084 by bryan sefcik in ue5-main branch]
2022-09-11 18:33:06 -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
bryan sefcik
925161d3e2
Another IWYU pass on Engine/Source/Editor/...
...
#jira
[CL 21716486 by bryan sefcik in ue5-main branch]
2022-08-30 23:04:40 -04:00
bryan sefcik
0837230669
Ran IWYU again on half of the Engine/Source/Editor/... source files.
...
#jira
[CL 21716414 by bryan sefcik in ue5-main branch]
2022-08-30 23:03:03 -04:00
bryan sefcik
8cc129f2b6
IWYU Pass 1 - Engine/Source/Editor/...
...
#jira
#preflight 6306736ac85b7fef22be7751
[CL 21558583 by bryan sefcik in ue5-main branch]
2022-08-24 22:45:13 -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
bryan sefcik
98b51354ed
Ran IWYU on Public headers under Engine/Source/Editor/...
...
Headers are updated to contain any missing #includes needed to compile and #includes are sorted. Nothing is removed.
#ushell-cherrypick of 21065253 by bryan.sefcik
#jira
#preflight 62d5b3e91062f2e63014598e
#ROBOMERGE-AUTHOR: bryan.sefcik
#ROBOMERGE-SOURCE: CL 21152630 via CL 21156388 via CL 21157044
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)
[CL 21181817 by bryan sefcik in ue5-main branch]
2022-07-20 11:56:29 -04:00
jimmy smith
a4488fd761
Bugfix: Imported Audio Files No Longer Play (Project Defined Codec Not Working)
...
#jira UE-159847
#rb phil.popp
#preflight 62d7226ed76ea4b5033ae8a4
[CL 21169151 by jimmy smith in ue5-main branch]
2022-07-19 19:33:45 -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
alfaroh corneyiii
bea62395f6
Fix Non-16-bit WAV Asset Import
...
#jira UE-149922
#rb aaron.mcleran
#preflight 62a3a4ca945c4467b54f0293
[CL 20601479 by alfaroh corneyiii in ue5-main branch]
2022-06-10 16:14:32 -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
alfaroh corneyiii
fce3551e40
Fix 16-bit WAV import warning
...
#jira UE-152630
#rb aaron.mcleran
#preflight 628bfbff183c1e13465352b6
[CL 20339682 by alfaroh corneyiii in ue5-main branch]
2022-05-23 17:35:43 -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
7ad238a806
AssetRegistry includes (Engine/Source): change #include "AssetData.h" -> #include "AssetRegistry/AssetData.h", and similar for the other moved AssetRegistry headers.
...
#rb Zousar.Shaker
#rnx
#preflight 6270509a220f89f0ad573030
[CL 20016982 by Matt Peters in ue5-main branch]
2022-05-02 18:06:48 -04:00
jimmy smith
07434ffdf6
Upgrade SoundWave to use FEditorBulkData data
...
#rb paul.chipchase maxwell.hayes phil.popp
#jira UE-146869
#preflight 62574862153630bb90e60062
[CL 19748408 by jimmy smith in ue5-main branch]
2022-04-13 19:55:27 -04:00
Matt Peters
c1b46b1fed
FAssetData: Callsites need to handle AssetData.GetClass() returning null. Added IsInstanceOf(UClass*) for the common operation GetClass() && GetClass->IsChildOf(BaseClass).
...
#jira UE-146521
#rb Zousar.Shaker
#rnx
#preflight 623874b789625f06129e466b
[CL 19450936 by Matt Peters in ue5-main branch]
2022-03-21 09:00:36 -04:00
TekuConcept
bc4f12e5ea
Fix clang-13 crash in AudioEditor and AudioSynesthesia
...
#jira UE-127905
#rnx
#rb Rob.Gay
#lockdown Nick.Whiting
PR #8441
#preflight 62338e68ed772061b618f990
#ROBOMERGE-AUTHOR: phil.popp
#ROBOMERGE-SOURCE: CL 19426289 in //UE5/Release-5.0/... via CL 19427246
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v930-19419903)
[CL 19429559 by TekuConcept in ue5-main branch]
2022-03-17 19:09:18 -04:00
Rob Gay
0735abcd50
- Remove ensure in case first chunk fails to load and log descriptive error in the case that the asset is corrupt or was failed to be retrieved
...
- Rename EnsureZerothChunkIsLoaded (because it doesn't actually ensure) to GetOrLoadFirstChunk
- Misc error-state logging fix-ups
- Report if seek failed for decoder input in more robust log statement and remove ensure
- Fix modified 0th chunk size not invalidating compressed data in OnPropertyChanged
#rb jimmy.smith
#rnx
#jira UE-145250
#preflight 62310d3eef5d0f0e8fe277b1
[CL 19409222 by Rob Gay in ue5-main branch]
2022-03-16 14:39:03 -04:00
helen yang
54f1fe2a32
Pin Sound Cue asset type by default when creating new assets
...
#jira UE-143889
#rb rob.gay
#preflight 62191b0e847077002e8f0c24
#ROBOMERGE-AUTHOR: helen.yang
#ROBOMERGE-SOURCE: CL 19157472 in //UE5/Release-5.0/... via CL 19159838
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)
[CL 19161488 by helen yang in ue5-main branch]
2022-02-25 19:47:33 -05:00
miles flanagan
8a99ef6410
Downgrade warning when overriding modulation destination clamp values since it is intentionally allowed now.
...
#jira ue-143036
#rb maxwell.hayes
#preflight 620ea638e8554a6f64eb0ffa
#ROBOMERGE-AUTHOR: miles.flanagan
#ROBOMERGE-SOURCE: CL 19081238 in //UE5/Release-5.0/... via CL 19095791
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)
[CL 19140446 by miles flanagan in ue5-main branch]
2022-02-24 23:15:05 -05:00