#rb Martin.Ridgers
#jira UE-189912
#rnx
- This continues to be a temp measure while this feature is disabled for testing, the only reason for the change is so that the feature can be enabled for testing via data rather than by changing code.
- Enabled by setting engine.ini:[Ias]:ForceTocFromMountedPaks to true, note that setting this for a specific project doesn't work as UnrealPak does not load per project config settings.
[CL 30838003 by paul chipchase in ue5-main branch]
Deprecate HttpTimeout config, use HttpActivityTimeout or HttpTotalTimeout instead;
Deprecate HttpSendTimeout config, only use HttpActivityTimeout;
Make HttpActivityTimeout work on all platforms, not only CurlHttp;
Added corresponding http tests;
Now because timeout migrated, enable new flow by default in retry system to have non-game thread support.
#jira UE-197485, UE-202201
[REVIEW] [at]michael.atchison [at]michael.kirzinger [at]rafa.lecina
#rb michael.atchison, Michael.Kirzinger
#tests Tested through WebTests project on all platforms, also tried the game on PC.
[CL 30817277 by lorry li in ue5-main branch]
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]
- Rename Datas to Data
- Implement InterpolateData into FNetworkPhysicsData
- Implement ValidateData callback into FNetworkPhysicsData
- Convert all internal implementations (Chaos Vehicle, Modular Vehicle, DelMar Vehicle, Character Mover)
#rb tom.waterson, benn.gallagher
[CL 30766107 by markus boberg in ue5-main branch]
-Adds support for XR_EXT_local_floor as an optional extension.
-Change tracking origin enum field names from 'Eye' to 'Local' to better fix openxr, and because 'Eye' wasn't a good description. Added 'View' to represent actual hmd centered space. View can be used for queries but cannot be used as the tracking origin.
#jira UE-200740
#rb christopher.fiala
[CL 30625573 by PICO-XR in ue5-main branch]
- Added project settings to allow changing default editor and runtime hash default classes for empty templates.
- New maps from the open world and empty templates now defaults to the new runtime hashset, with a basic LHGrid setup.
- Converted all UE5 templates to use the new runtime hashset, with a basic LHGrid setup.
#jira UE-203135
#rb Sebastien.Lussier
#virtualized
[CL 30572015 by jeanfrancois dube in ue5-main branch]
[FYI] Nicholas.Frechette
Original CL Desc
-----------------------------------------------------------------
Switch default curve compression codec to ACL and add a fallback codec if the plugin is disabled
#jira UE-202054
#rb Thomas.Sarkanen
[CL 30571336 by nicholas frechette in ue5-main branch]
Expose virtual texture physical pool settings in the project engine settings UI.
Enable live edit of the settings, with physical pools being recreated on changes.
Add config option to auto grow physical pools whenever a pool is oversubscribed.
The config option applies in editor only. There is an additional CVar "r.VT.PoolAutoGrow" that does the same thing in cooked builds.
When pools autogrow the new settings are stored in a transient setting, visible in the UI. These can be copy/pasted to the serialized settings to provide a way to tune in editor.
#rb Jason.Nadro
[CL 30503521 by jeremy moore in ue5-main branch]
Added IAnalyticsTracer and IAnalyticsSpan interface that superseeds the FFlowTracker
StudioTelemetry no longer uses FFLowTracker and uses the simpler IAnalyticsTracer API instead inspired by OpenTelemetry Tracer/Span model.
Deprecated FFLowTracker as of 5.4
Added lots of documentation to the StudioTelemetry plugin code.
Moved creation of the AnalyticsProviderLog to the public BaseEngine.ini so it can be used as a public facing example. This will simply write out a JSON file to the Saved/Telemetry folder and overwrite it per session
Added new callbacks for PIE so that we can decopule when a PIE work has been created and is ready from when ALL PIE worlds have been created and are ready which makes TimeToPIE accurate for all projects.
Rolled in some shutdown recommendations from Paul.Chipchase.
Various fixes and improvements to the JSON file logigng example. Now works correctly with Tableau import.
#rb Eric.Knapik, Wes.Hunt, paul.chipchase
[CL 30391931 by mark lintott in ue5-main branch]