Commit Graph

12582 Commits

Author SHA1 Message Date
sebastien lussier
90407cd1d2 [Backout] - CL25977683
[FYI] andrew.phillips
#rb francis.hurteau

Original CL Desc
-----------------------------------------------------------------
Re enabeling grammar based CLI filtering
#rnx

[CL 26024339 by sebastien lussier in ue5-main branch]
2023-06-15 16:14:40 -04:00
neil henning
b189676d68 Fix that in AutoRTFM we need open aborts inside a nested transaction to be appended to the parent in reverse order.
[CL 26015685 by neil henning in ue5-main branch]
2023-06-15 11:20:21 -04:00
charles lefebvre
f24837764d Unreal maths: Add missing constexpr
#rnx
#rb Mieszko.Zielinski, Yoan.StAmant
#p4v-preflight-copy 25963304

[CL 26014752 by charles lefebvre in ue5-main branch]
2023-06-15 10:49:58 -04:00
charles derousiers
f964f463f5 Invalid material shader map due to image layout changed in CL 25946381
#rb none
[FYI] sebastien.hillaire

[CL 26006845 by charles derousiers in ue5-main branch]
2023-06-15 05:22:37 -04:00
Rafa Lecina
254dcecc06 Fixes to be able to run tests on iOS
#review @Bertrand.Carre, @Michael.Kirzinger, @Chris.Constantinescu, @Stephen.Ma
#jira UE-166445

[CL 26006367 by Rafa Lecina in ue5-main branch]
2023-06-15 04:50:22 -04:00
brandon schaefer
4e412d42e0 Add missing header for CVars
#rb none
[FYI] MIchael.Nicolella

[CL 25992352 by brandon schaefer in ue5-main branch]
2023-06-14 16:03:27 -04:00
luc eygasier
6c58a2bbcb Reworks landscape property sharing and override.
Adds LandscapeInherited and LandscapeOverridable meta tag to mark shared properties.
Enforce synchronicity between shared properties when editing and loading ALandscape and LandscapeStreamingProxy.
Modifies ALandscapeProxy detail panel to reflect how the properties are shared.

#jira UE-173875, FORT-600500
#rb Jonathan.Bard
#lockdown Marc.Audy

[CL 25992337 by luc eygasier in ue5-main branch]
2023-06-14 16:03:16 -04:00
roey borsteinas
22645348fd Water: made the water static meshes duplicate/textexport transient.
#rb jonathan.bard

[CL 25988944 by roey borsteinas in ue5-main branch]
2023-06-14 14:49:58 -04:00
Simon Therriault
d63da50f51 - Adding new framelocking mode to rivermax capture.
- Reworked frame management and allocators
- Changed RTP timestamp to reduce media latency seen by analyzers

#rb alejandro.arango, jeremie.roy, andrey.yamashev
#jira UE-183163

[CL 25975217 by Simon Therriault in ue5-main branch]
2023-06-14 08:55:46 -04:00
danny couture
02f2d2a3b0 Skip unreal trace server start when running under TSAN to prevent immediate crash on fork
#rnx
#rb Johan.Berg

[CL 25974260 by danny couture in ue5-main branch]
2023-06-14 06:51:43 -04:00
andriy tylychko
1c7043bcd8 Tasks integration: minor profiler-guided optimisations
#rb none

[CL 25973709 by andriy tylychko in ue5-main branch]
2023-06-14 06:11:37 -04:00
andrew phillips
a6fd2f4a0a Re enabeling grammar based CLI filtering
[CL 25973628 by andrew phillips in ue5-main branch]
2023-06-14 06:10:09 -04:00
michael nicolella
d60d9c2059 [autortfm] add a CVar to control enabling the AutoRTFM runtime components
[CL 25971359 by michael nicolella in ue5-main branch]
2023-06-13 22:57:29 -04:00
michael nicolella
b17f026085 [autortfm] - use no-op impl of FReadAccessScope+FWriteAccessScope under autortfm since this only seems to be for dev debugging?
[CL 25966033 by michael nicolella in ue5-main branch]
2023-06-13 18:20:43 -04:00
thraidh
56a582b389 Improve command line handling to better handle quotes on Unix. PR #5583
#jira UE-70641
#rb @Zack.Neyland, @Robert.Seiver
#review-25564039 @Brandon.Schaefer, @Josh.Adams, @Zack.Neyland, @Robert.Seiver

[CL 25957310 by thraidh in ue5-main branch]
2023-06-13 13:44:08 -04:00
roey borsteinas
257848b320 Water: fixed issue where water bodies no longer update zones but some older saved maps might not have serialized the pointer yet.
#jira UE-188295
#rb jonathan.bard

[CL 25952911 by roey borsteinas in ue5-main branch]
2023-06-13 11:26:11 -04:00
andriy tylychko
5d64d56d0c Tasks integration: destroying task body as soon as it's executed. Some systems rely on this (probably a bug), but this also improves mem usage. Same approach is used by Tasks System and TaskGraph. Tasks integration is disabled so this change is compiled out for now
#rb none

[CL 25951865 by andriy tylychko in ue5-main branch]
2023-06-13 10:52:59 -04:00
jon fairchild
d24b5c8fa6 Remove calls to SetNetVersionsOnArchive() and SetNetVersionsFromArchive() in FInBunch
#rb ryan.gerleve louisphilippe.seguin

[CL 25951236 by jon fairchild in ue5-main branch]
2023-06-13 10:28:07 -04:00
johan berg
5e70369faf Return allocator result in the case of zero sized allocations.
Remove checks for zero sized allocations in Trace's allocation wrappers leaving it to the allocator implementation to decide. Analysis already supports zero sized allocations (as long as they have unique addresses).

#rb ionut.matasaru

[CL 25947983 by johan berg in ue5-main branch]
2023-06-13 07:06:13 -04:00
Johan Berg
baf0112f93 Add LLM tracing for TraceLog memory usage
#rb none

[CL 25947171 by Johan Berg in ue5-main branch]
2023-06-13 05:29:27 -04:00
Johan Berg
5bbe2ac3a0 Add method to set LLM category from FName.
Needed to explicitly set categories that are not tracked by normal means (e.g. TraceLog memory usage) using a FName identifier

#rb matt.peters
#rnx

[CL 25946912 by Johan Berg in ue5-main branch]
2023-06-13 04:56:29 -04:00
edwin maynard
78d257d3b8 [Backout] - CL25923486 (backed out due to compile errors)
[FYI] andrew.phillips
Original CL Desc
-----------------------------------------------------------------
Reenabling CLI filtering using grammar based parse.
To be submitted after CL 25765744

[CL 25945667 by edwin maynard in ue5-main branch]
2023-06-12 23:27:31 -04:00
dmytro vovk
cc750f4042 Cap LLM Total stat to be no less than Total Tracked on Android
#rb Matt.Peters

[CL 25936095 by dmytro vovk in ue5-main branch]
2023-06-12 15:57:11 -04:00
robomerge
2e34b6a655 Make geometry collection convert vertex colors to sRGB when converting from FLinearColor to the render buffer FColor for new geometry collections.
For old geometry collections, keep the old behavior so that vertex colors are not changed unexpectedly on existing assets.  Add a bool on the UGeometryCollection asset object to let user control whether the conversion is performed.

#rb brice.criswell

[CL 25934820 by robomerge in ue5-main branch]
2023-06-12 15:24:20 -04:00
andriy tylychko
84e9bb0c61 added UE::Tasks::MakeCompletedTask() that produces an already completed task with given result value
#rb steve.robb, george.rolfe

[CL 25934093 by andriy tylychko in ue5-main branch]
2023-06-12 15:09:04 -04:00