Commit Graph

1310 Commits

Author SHA1 Message Date
guillaume arruda
afe7829aae [Backout] - CL33195688
[FYI] Peter.Engstrom
Original CL Desc
-----------------------------------------------------------------
Iris - Object scope hysteresis support.  Keep dynamically filtered out objects around for a specified amount of frames. Configure behavior via hysteresis profiles that determine the frame timeout per class. The filter config for a specific class can then mention the hysteresis profile in order to get the appropriate behavior.  Config example is present in ReplicationFilteringConfig.h
Note: Hysteresis is enabled by default with a frame count of 6.

#jira UE-209773
#rb LouisPhilippe.Seguin

[CL 33202472 by guillaume arruda in ue5-main branch]
2024-04-24 12:23:39 -04:00
peter engstrom
694fa723a7 Iris - Object scope hysteresis support. Keep dynamically filtered out objects around for a specified amount of frames. Configure behavior via hysteresis profiles that determine the frame timeout per class. The filter config for a specific class can then mention the hysteresis profile in order to get the appropriate behavior. Config example is present in ReplicationFilteringConfig.h
Note: Hysteresis is enabled by default with a frame count of 6.

#jira UE-209773
#rb LouisPhilippe.Seguin

[CL 33195732 by peter engstrom in ue5-main branch]
2024-04-24 06:37:54 -04:00
graham matuszewski
a3fe1217c8 Data Driven CVars now use a key driven config array. With the key being Name. This will make it so that no two entries in CVarsArray can have the same entry for Name, ensuring that there are no conflicting cvars
This addresses bugs that could occur if you cvars had the same name by preventing the behavior altogether.

#jira UE-199033
#jira UE-199092
#rb ben.hoffman, ben.zeigler

[CL 33169890 by graham matuszewski in ue5-main branch]
2024-04-23 11:31:51 -04:00
robert manuszewski
eebf018dad Fixing disregard for GC set never being properly disabled
+ Removing gc.UseDisregardForGCOnDedicatedServers setting

#jira UE-212580
#rb danny.couture, PJ.Kack

[CL 33165422 by robert manuszewski in ue5-main branch]
2024-04-23 07:45:44 -04:00
tom holmes
093509cff2 Improve startup time for CookShadersCommandlet
Add to CommandletsUsingAR to enable async asset registry loading
Add DisablePythonForCommandlet
Built in plugin loading time reduced from 7m to 30s

#rb Jamie.Dale, Matt.Peters

[FYI] serge.bernier, john.huelin
#tests local testing of commandlet

[CL 33108282 by tom holmes in ue5-main branch]
2024-04-19 13:13:03 -04:00
josh adams
78a13b5a6c - Addd a XcodeProjectSettings ini value for using a premade .dSYM when making .xcarchive's instead of generating it at archival time. Defaults to false
- Fixed the ExportOptions plist files to use "app-store" instead of "app-store-connect" as the latter was only introduced in Xcode15.3 (deprecateding app-store) and does not work in 15.2 or earlier
#rb florin.pascu

[CL 32940301 by josh adams in ue5-main branch]
2024-04-12 15:17:28 -04:00
vincent beauchemin
b668c59d4e Map Template
* Better way to localize (directly in .ini file) the map template.
#rb JeanFrancois.Dube
#jira UE-211347

[CL 32929750 by vincent beauchemin in ue5-main branch]
2024-04-12 10:45:45 -04:00
vincent beauchemin
fbacd4cd8b Map Template
* Add a way to localize map template from config file.
* Add LocName for Open World and Basic map template.
#rb JeanFrancois.Dube
#jira UE-211347

[CL 32893114 by vincent beauchemin in ue5-main branch]
2024-04-11 11:56:16 -04:00
charles bloom
0427710933 TextureFormatASTC : make BC7 HQ mapping configurable with new config DefaultASTCQualityBySizeHQ and respect per-texture quality override
only affects astenc not ISPC
#rb fabian.giesen

[CL 32837387 by charles bloom in ue5-main branch]
2024-04-09 16:05:47 -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
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
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
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
matt harris
a6969e3b44 Stripping non-iris net metrics when running Iris NetDrivers. Previously all these were set to 0 and output every frame, so this should reduce raw csv size quite a bit.
#rb bradley.heath, carles.fernandez, tyler.staples
#tests Tested against Dedicated Server Win64 Cooked Data

[CL 32321776 by matt harris in ue5-main branch]
2024-03-19 07:30:38 -04:00
zousar shaker
8b0a81dc6c Add NoZenLocalFallback and InstalledNoZenLocalFallback DDC graphs for use in scenarios where users are unable to run a local zenserver for any reason. Also fix a mis-labeling of a local cache store as being remote if it is deactivated.
#rb devin.doucette
#jira UE-208878

[CL 32022101 by zousar shaker in ue5-main branch]
2024-03-05 11:24:22 -05:00
paul chipchase
1f773a8c4c Split engine.ini:[Ias]:ForceTocFromMountedPaks into two different values.
#rb Martin.Ridgers
#jira UE-189912
#rnx

- When it was added ForceTocFromMountedPaks controlled if we should create .uondemandtoc files when building IAS data and if we should use them at runtime, this was inflexiable for testing purposes so has been split into:
-- engine.ini:[Ias]:CreatePerContainerTocs which controls if we should create the files.
-- engine.ini:[Ias]:UsePerContainerTocs which controls if we should run from the files.
- Both values remain defaulted to off so that the system is only used as opt in.

[CL 31943526 by paul chipchase in ue5-main branch]
2024-03-01 10:14:45 -05:00
kevin macaulayvacher
abfebd7d6f Improves the performance of CoreRedirects
::Before::
- Boot -> PIE (6m3s)
- FCoreRedirects::RedirectNameAndValues: 18s

::After::
- Boot -> PIE (5m41s)
- FCoreRedirects::RedirectNameAndValues: 5.3s


- MatchWildcard=true support has been added to how CoreRedirects are defined in INI files. You may now define OldName="...SomeSuffix", OldName="SomePrefix..." or OldName="...SomeSubstring..." to perform string manipulation based matching for redirects, deprecating MatchSubstring=true
- Substring matches are very expensive compared to pure FName matching or even prefix and suffix matching. This expense is problematic since the presence of a substring matching rule can mean that all queries for a particular redirect type, such as package name, will need to perform the substring check even if a substring match is relatively uncommon. To combat this cost, we add a reimplementation of the PM-k, (PredictMatch-8) algorithm. This allows a redirect query to check for substring matches against _all_ possible substrings with a single pass over the redirect query name. The fuzzy matching is designed such that false positives may occur but not false negatives. When a fuzzy match is found we must perform the slow substring match to confirm. However fuzzy matching allows use to dramatically reduce our string scannin. In a case where there were 4 MatchSubstrings, from boot to PIE, we now perform slow substring matches < 0.8% of the time compared to previously.
- Replaces `FString` manipulation during redirect queries to instead use a small wrapper type `FNameUtf8String` which provides a small API to allow for FName comparisons, building and ultimately reducing copies. UTF8 is used since we need to ensure we have an encoding that we can keep the same for storing wildcard strings that will match how we query for wildcard matches. UTF8 is byte efficient for ANSI text, which improves fuzzy match prediction.

==========================================
Substring Stats
Substring Lookups:                24342736
Prediction Hit:                   72
Prediction Miss:                  213377
==========================================

#jira UE-204063
#rb Matt.Peters
[FYI] Francis.Hurteau

[CL 31941627 by kevin macaulayvacher in ue5-main branch]
2024-03-01 08:57:14 -05:00
mark lintott
e66322fd4d Studio Telemetry Configuration Changes
Moved the provider cofiguration settings to the StudioTelemetry.Provider.ProviderName section
Added StudioTelemetry global configuration settings to the StudioTelemetry.Config section
[FYI] Wes.Hunt
#rb Wes.Hunt

[CL 31867515 by mark lintott in ue5-main branch]
2024-02-28 05:48:05 -05:00
jeremie roy
00d2959286 AppleARKit - By default, prevent ARKit from starting its listener.
- You can override this to revert to the previous behavior by specifying -EnableLiveLinkFaceTracking on the command line.
- Modify ARKit module to not bind to its port by default unless specified by the command line
- Move ARKit server binding to its source instead of the module

This fixes an issue where starting two editors would make it impossible for one of them to use the ARKit livelink plugin since only one could bind to the ARKit port.
Moving it to the livelink source allows the user to pick which UE instance should bind the port.

#jira UE-205785
#rb jason.walter

[CL 31820784 by jeremie roy in ue5-main branch]
2024-02-26 18:09:46 -05:00
lorry li
3019b9090b Adjust the max concurrent http requests, make it hotfixable.
[REVIEW] [at]michael.atchison [at]michael.kirzinger [at]ryan.hairyes [at]chris.varnsverry [at]laura.hermanns [at]alejandro.aguilar
#rb Chris.Varnsverry, Laura.Hermanns, michael.atchison

[CL 31817974 by lorry li in ue5-main branch]
2024-02-26 16:50:00 -05:00
lorry li
6401069a66 Change the default connection timeout to 30s.
[REVIEW] [at]michael.kirzinger [at]michael.atchison [at]eric.day [at]rafa.lecina
#rb eric.day, michael.atchison, Rafa.Lecina

[CL 31774242 by lorry li in ue5-main branch]
2024-02-23 15:17:48 -05:00
lorry li
e4db25bf24 Get rid of the legacy http flush in websockets when suspend.
[REVIEW] [at]michael.atchison [at]michael.kirzinger [at]rafa.lecina [at]evgenii.babinets
#rb michael.atchison

[CL 31700324 by lorry li in ue5-main branch]
2024-02-21 17:41:38 -05:00
lorry li
76603dbcc8 Revert changelist which changed the concurrent http requests limit on release branch, which is not ready yet.
[REVIEW] [at]michael.atchison [at]michael.kirzinger [at]alejandro.aguilar [at]jan.orlowski [at]stephen.ma

#rb alejandro.aguilar, michael.atchison, Michael.Kirzinger, stephen.ma

[CL 31685920 by lorry li in ue5-main branch]
2024-02-21 11:42:26 -05:00
carl lloyd
75eada5e30 Disable heaps on AMD\Intel platforms due to lack of shared memory support and heaps being a requirement only for Apple Sillicon
#rb Zack.Neyland
#jira UE-207397
#lockdown jessica.agee

[CL 31667719 by carl lloyd in ue5-main branch]
2024-02-20 20:31:08 -05:00
zousar shaker
a926360c9d Change default zen data and install directories to be per-user, and clean up old default directories when migrating to a new one.
#rb dan.engelbrecht
#jira UE-205982

[CL 31567090 by zousar shaker in ue5-main branch]
2024-02-16 11:15:16 -05:00