Commit Graph

14376 Commits

Author SHA1 Message Date
aris theophanidis
0531987d09 Removing NavigationTypes.h from NavRelevantInterface.h, StaticMeshActor.h and AITypes.h
Removing NavigationSystemConfig.h and NavLinkDefinition.h from NavigationSystemTypes.h
#rb Yoan.StAmant

[CL 30808174 by aris theophanidis in ue5-main branch]
2024-01-23 12:07:01 -05:00
steve robb
104c0f2416 Fixed up more bool-taking calls to take EAllowShrinking instead.
[CL 30806200 by steve robb in ue5-main branch]
2024-01-23 11:07:28 -05:00
dan thompson
26a614468f Rad Audio Codec: SDK and UE integration.
This has several preflights that aren't listed, covering various platforms.

#rb jeff.roberts, jimmy.smith, fabian.giesen
#jira UE-195336

[CL 30785991 by dan thompson in ue5-main branch]
2024-01-22 16:42:09 -05:00
dan thompson
47c94de653 Testing the alpha detection based on the channel source info. This CL incorporates the original 30692988 as well as the fixes under review 30729887. The base problem is a race condition touching the lock mip data - read only mip locking shoulid if at all possible favor the MipData interface rather than LockMip*. RB list is from the two input CLs.
#rb fabian.giesen
#jira UE-204348

[CL 30785833 by dan thompson in ue5-main branch]
2024-01-22 16:36:00 -05:00
aditya ravichandran
db87edff5e ToolMenus: Fix a bug where menu contexts would be incorrectly cleaned up during menu refresh
This fixes a crash on hovering over the "transform" submenu in the light mixer context menu

#jira UE-203032
#rb Jamie.Dale
[FYI] Jason.Walter

[CL 30778338 by aditya ravichandran in ue5-main branch]
2024-01-22 12:30:24 -05:00
ionut matasaru
1d3ef9d1d0 [Insights]
- Callers and Callees: Added Average (Inclusive and Exclusive) Time columns for Callers and Callees tree views.
  - Callers and Callees: Fixed tooltip to hide stats that are not computed (Min/Max/Median).

#rb Catalin.Dragoiu

[CL 30773343 by ionut matasaru in ue5-main branch]
2024-01-22 10:27:50 -05:00
evgenii babinets
40709a976b [Backout] - CL30692988
[FYI] Dan.Thompson
Original CL Desc
-----------------------------------------------------------------
Testing the alpha detection based on the channel source info.
#rb fabian.giesen
#jira UE-175146

[CL 30772929 by evgenii babinets in ue5-main branch]
2024-01-22 10:15:58 -05:00
evgenii babinets
8f67c5bef7 [Backout] - CL30697260
[FYI] Dan.Thompson
Original CL Desc
-----------------------------------------------------------------
Removing texture build metadata due to ddc complexities. It will be added to the metadata system in the new build flow SoonTM. Additionally, the alpha information for the source mips is no longer necessary as that is computed elsewhere now.
#rb fabian.giesen
#jira UE-183750

[CL 30772772 by evgenii babinets in ue5-main branch]
2024-01-22 10:12:42 -05:00
ionut matasaru
a8078ce4c2 [Insights] Updated limits for detecting too much data accumulated by trace analysis (number of parsed events).
#rb Johan.Berg

[CL 30770758 by ionut matasaru in ue5-main branch]
2024-01-22 09:24:24 -05:00
thomas sarkanen
266d9b077d Added the ability to add comments to curves on animations
Comments are added from the curve's outliner menu. Editing can just be done by clicking the comment after it has been created
Also exposed the setting to view curves in a tree view in the timeline itself

NOTE: this removes a 4.5 core redirect from CurveName to LastObservedName as CurveName was reinstated as the canonical name for the curve, and having the redirect in place causes issues with tagged property serialization when new properties are added.

#jira UE-203593
#rb Nicholas.Frechette

[CL 30769970 by thomas sarkanen in ue5-main branch]
2024-01-22 09:01:15 -05:00
ionut matasaru
2790f51cf7 [Insights] Added validation for renaming a utrace file with an empty name.
#rb Catalin.Dragoiu

[CL 30768333 by ionut matasaru in ue5-main branch]
2024-01-22 08:10:40 -05:00
ionut matasaru
9bf87dd93c [Insights] Improved error detection for timing region events. A zero duration region will be created automatically if begin and end events do not match. Excluded warnings for "<SlowTask>" regions as begin-end events are known to mismatch.
#rb Catalin.Dragoiu

[CL 30767803 by ionut matasaru in ue5-main branch]
2024-01-22 07:58:35 -05:00
oleg krasnov
d63fe33e5d AutomationTest - Add support for a task tracker field in the Exclude Test Options
#jira UE-202465
#rb Jerome.Delattre
#rnx

[CL 30764013 by oleg krasnov in ue5-main branch]
2024-01-22 01:42:51 -05:00
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
steve robb
f029468598 Fixed up a lot of bool-taking container resize functions to take EAllowShrinking instead.
[CL 30729174 by steve robb in ue5-main branch]
2024-01-19 16:41:35 -05:00
andrew phillips
87499e5576 Added warning about packages that cannot be found when wanting to be copied.
[CL 30724980 by andrew phillips in ue5-main branch]
2024-01-19 14:55:11 -05:00
catalin dragoiu
d5e7c9474a [Insights] Support for basic filters in the Asset Loading Track.
#jira UE-195438,UE-203423
#rb ionut.matasaru

[CL 30718110 by catalin dragoiu in ue5-main branch]
2024-01-19 11:59:24 -05:00
halfdan ingvarsson
1973de9e78 Skeletal Mesh: No need to warn on missing mesh description when processing vertex attributes since we might be processing a dependent LOD.
#rnx

[CL 30717687 by halfdan ingvarsson in ue5-main branch]
2024-01-19 11:49:11 -05:00
halfdan ingvarsson
b692d6e175 Skeletal Mesh: Change the import storage to use FMeshDescription instead of FSkeletalMeshImportData. This includes deprecating the USkeletalMesh::LoadLODImportedData and friends, in lieu of an API more similar to the one on UStaticMesh (GetMeshDescription/CommitMeshDescription/etc).
#jira UE-166343
#rb Alexis.Matte, benoit.gadreau, john.vanderburg

[CL 30711382 by halfdan ingvarsson in ue5-main branch]
2024-01-19 00:37:06 -05:00
zousar shaker
662d9b1d71 Adjusting logs related to zen usage to:
- Remove repeated log related to fetching cache stats
- Ensure that the Zen cache usage has log lines explaining the status of the caches it attempts to connect to (success or failure)

#rb Matt.Peters

[CL 30710842 by zousar shaker in ue5-main branch]
2024-01-18 22:43:41 -05:00
dan thompson
99e50792ea Removing texture build metadata due to ddc complexities. It will be added to the metadata system in the new build flow SoonTM. Additionally, the alpha information for the source mips is no longer necessary as that is computed elsewhere now.
#rb fabian.giesen
#jira UE-183750

[CL 30697278 by dan thompson in ue5-main branch]
2024-01-18 16:38:20 -05:00
dan thompson
48136a6f1f Testing the alpha detection based on the channel source info.
#rb fabian.giesen
#jira UE-175146

[CL 30693168 by dan thompson in ue5-main branch]
2024-01-18 14:54:53 -05:00
devin doucette
e675fcb5b5 DDC: Exposed metadata more extensively in the build API
#rb Zousar.Shaker

[CL 30691096 by devin doucette in ue5-main branch]
2024-01-18 14:06:50 -05:00
sergei svetlov
c739c0cb35 Clean up screenshot comparison report pipeline
#rb Jerome.Delattre
#jira UE-200919
#rnx

[CL 30687983 by sergei svetlov in ue5-main branch]
2024-01-18 12:22:38 -05:00
nick edwards
642f1a39bb Allow enabling/disabling LiveCoding via command line switch -LiveCoding=true|false
Useful in cases where there are multiple live coding targets, and you are only interested in having live coding enabled for one.
#rb Tim.Smith

[CL 30686790 by nick edwards in ue5-main branch]
2024-01-18 11:54:34 -05:00