Commit Graph

2619 Commits

Author SHA1 Message Date
dmitriy dyomin
9c71c0b28c Change r.NeverOcclusionTestDistance from 2000 to 200 for a base engine IOS and Android, so it works for most types of content
[CL 32817018 by dmitriy dyomin in ue5-main branch]
2024-04-08 22:18:27 -04:00
stu mckenna
4deee38e4a - Add bSupportsUnrestrictedHalfFloatBuffers to DDPI
- Disable Niagara compute compilation if the shader platform does not support half floats

#rb dan.elksnitis, Jason.Nadro, Laura.Hermanns, rob.krajcarski
#jira UE-211613

[CL 32798790 by stu mckenna in ue5-main branch]
2024-04-08 13:53:55 -04:00
alexis matte
fee456b364 Interchange: Conversion should be able to use a valid pipeline asset instead of creating from a class.
#jira UE-211557
#rb JeanLuc.Corenthin
#rnx

[CL 32765270 by alexis matte in ue5-main branch]
2024-04-05 13:30:53 -04:00
joe kirchoff
86ec401ff5 Rollback preferred MSVC to 14.38
#rnx
#jira UE-210812

[CL 32674093 by joe kirchoff in ue5-main branch]
2024-04-02 14:02:01 -04:00
sebastien lussier
f8769401b1 World Partition - Optimized World Partition builders startup time
* Added WorldPartitionBuilder to the CommandletsUsingAR config
* FAssetRegistryImpl::GetRedirectedObjectPath() - Calls done with bNeedsScanning should first test if asset was scanned rather than always performing a scan
* UAssetManager & UObjectLibrary are now using AssetRegistry.IsSearchAllAssets() in order to test whether there's an async AR scan in progress
* FActorDescArchive: Skip calls to FixupRedirectedAssetPath() for native classes

On test project:
* Reaching the end of the World Partition init on a Threadripper: from 8m01s to 4m40s
* Running the HLOD setup job: from 15m13s to 8m50s
#rb jeanfrancois.dube, matt.peters

[CL 32647656 by sebastien lussier in ue5-main branch]
2024-04-01 15:13:27 -04:00
matt peters
41e0c440de [Backout] - CL32636511
It is causing "LogCook: Error: PackageSplitter found an existing copy of a package it was trying to populate;this is unexpected since garbage has been collected and the package should have been unreferenced so it should have been collected."
[FYI] matt.peters
Original CL Desc
-----------------------------------------------------------------
[Resubmit] MPCook: CookPackageSplitter: Toggle enable retraction of generated packages.
#jira UE-188805
#jira UE-177380
#rnx

[CL 32639018 by matt peters in ue5-main branch]
2024-04-01 10:23:25 -04:00
matt peters
8a62fc1ddf [Resubmit] MPCook: CookPackageSplitter: Toggle enable retraction of generated packages.
#jira UE-188805
#jira UE-177380
#rnx

[CL 32636518 by matt peters in ue5-main branch]
2024-04-01 08:14:58 -04:00
joe kirchoff
88811ab621 Fix or suppress Clang 18 issues, support Intel compiler 2024.1
#jira UE-210910
#rb christopher.waters

[CL 32618000 by joe kirchoff in ue5-main branch]
2024-03-29 13:13:48 -04:00
stu mckenna
cd4bce87fc - Enable GPU particles & sorting for Quest 2/3
#rb rob.krajcarski
#jira UE-206414

[CL 32581103 by stu mckenna in ue5-main branch]
2024-03-28 12:20:40 -04:00
mihnea balta
4038417c5a Update minimum GPU driver versions for 5.4:
* 536.xx for Nvidia
* 24.3.1 for AMD
* 101.5333 for Intel ARC and newer

Legacy GPUs are allowed to use older drivers in DX11. Also updated these versions to the latest available for each vendor's legacy support line.

#jira UE-188541
#rnx
#rb daniele.vettorel
[FYI] colton.daniels

[CL 32573861 by mihnea balta in ue5-main branch]
2024-03-28 07:35:26 -04:00
matt peters
4a92cc1457 [Backout] - CL32546429, it is likely the cause of hanging autocooks.
Original CL Desc
-----------------------------------------------------------------
MPCook: CookPackageSplitter: Toggle enable retraction of generated packages.

[CL 32563076 by matt peters in ue5-main branch]
2024-03-27 18:51:53 -04:00
joe kirchoff
faebb95c91 Add msvc 14.39.x to preferred msvc toolchains
#jira UE-210669
#rb Josh.Adams

[CL 32547938 by joe kirchoff in ue5-main branch]
2024-03-27 12:48:51 -04:00
jeannoe morissette
c1689bc481 VulkanRHI: document the ini values necessary to enable experimental Vulkan ray tracing.
[CL 32547274 by jeannoe morissette in ue5-main branch]
2024-03-27 12:36:33 -04:00
matt peters
419ce55147 MPCook: CookPackageSplitter: Toggle enable retraction of generated packages.
#jira UE-188805
#jira UE-177380
#rnx

[CL 32546716 by matt peters in ue5-main branch]
2024-03-27 12:24:13 -04:00
ben hoffman
f94171a7dc Add WindowsApplication KBM hardware device definition. Move the XInput hardware defintiion out to its own plugin as it should be.
#rnx

#rb Phillip.Kavan

[CL 32507945 by ben hoffman in ue5-main branch]
2024-03-26 10:05:42 -04:00
matt peters
94a4e7e0b1 [Resubmit - error in previous submission was fixed in CL 32449966]
MPCook And CookPackageSplitter: Implement on demand creation and splitting of generator packages rather than only creating them during save.
#jira UE-188805
#jira UE-177380
#rnx
#rb Zousar.Shaker

[CL 32468020 by matt peters in ue5-main branch]
2024-03-25 08:47:10 -04:00
kenzo terelst
a7e0d62c3d Enable PSO precaching for global compute shaders by default on Windows
[CL 32466188 by kenzo terelst in ue5-main branch]
2024-03-25 06:02:12 -04:00
jared therriault
5f63191f99 Blueprint Editor:
-Fix Panning on Linux is slow
-Add bUseHighPrecisionMouseMovement (true by default) and bUseInterpolationWithManualPanning (false by default) as Graph Editor Settings, set to the current behaviour, but can be switched to allow for a better panning experience on Linux versions of the editor.

#jira UE-209711
#rb ben.hoffman, ronald.koppers
[FYI] jason.walter

[CL 32463490 by jared therriault in ue5-main branch]
2024-03-24 15:16:46 -04:00
bob tellez
19639b72ec [Backout] - CL32436615
[FYI] Matt.Peters
Original CL Desc
-----------------------------------------------------------------
MPCook And CookPackageSplitter: Implement on demand creation and splitting of generator packages rather than only creating them during save.
#jira UE-188805
#jira UE-177380
#rnx
#rb Zousar.Shaker

[CL 32446435 by bob tellez in ue5-main branch]
2024-03-22 15:28:23 -04:00
jeannoe morissette
2efeee3094 VulkanRHI: Remove DescriptorSetLayoutMode=2 from Android base profile in preparation of major RHI clean up.
#rb Allan.Bentham, Dmitriy.Dyomin, florian.penzkofer
#rnx

[CL 32443084 by jeannoe morissette in ue5-main branch]
2024-03-22 14:34:25 -04:00
matt peters
032a8d39ae MPCook And CookPackageSplitter: Implement on demand creation and splitting of generator packages rather than only creating them during save.
#jira UE-188805
#jira UE-177380
#rnx
#rb Zousar.Shaker

[CL 32436670 by matt peters in ue5-main branch]
2024-03-22 12:14:01 -04:00
jeremie roy
c65228dc85 Re-enable ARKit source autocreation by default in the editor.
#jira UE-208717
#rb jason.walter

[CL 32434815 by jeremie roy in ue5-main branch]
2024-03-22 11:17:06 -04:00
joe kirchoff
6af42710c6 Disallow 14.39.33519 - 14.39.33522 toolchains
#rnx

[CL 32420339 by joe kirchoff in ue5-main branch]
2024-03-21 18:23:34 -04:00
bradley heath
fee53bd053 Report the NumConnections network stat to PerfCounters and CSV.
#rb LouisPhilippe.Seguin

[CL 32400187 by bradley heath in ue5-main branch]
2024-03-21 10:57:55 -04:00
florian penzkofer
f05c3ac1c8 Allow ray tracing with SM5 on Android
CVar r.RayTracing.RequireSM6 is new in 5.4
#jira UE-200578
#rb aleksander.netzel

[CL 32369258 by florian penzkofer in ue5-main branch]
2024-03-20 12:09:26 -04:00