Otherwise it will fail to launch from project launcher since session name is like `DeviceName (SerialNumber)` with the error `/system/bin/sh: syntax error: unexpected '('`
[REVIEW] [at]Chris.Babcok
#rb Chris.Babcock
[CL 30922981 by rafa lecina in ue5-main branch]
* Disable send buttons if both crash receiver and data router configuration values are unset.
* Optionally display end point in crash report client.
* "Agree to be contacted" text is now configurable with to be able to set company name.
#rb ionut.matasaru
[CL 30921491 by johan berg in ue5-main branch]
- Hide Output Log category separator.
- Hide widget reflector in non-debug builds.
- Relabel "Open Source Location" as "Open Logs Folder."
- Remove "Show Password" menu item.
- Relabel "Reset Password" item to "Show/Change Password."
- Use Regular font weight for password panel body copy.
- Enumerate connected addresses in status tooltip when we have more than one incoming connection.
#jira UE-200067
#rnx
[CL 30907629 by zach brockway in ue5-main branch]
Allowing to perform stream based merging with the command and exposing appropriate options
#rnx
#jira none
[CL 30900573 by Ryan Hummer in ue5-main branch]
This bug prevented islands from being awoken if you explicitly set all of its particles to sleep, and then teleported one of the particles elsewhere.
This was caused by SleepParticle being called before BeginDetectCollisions. This put the particle to sleep but left the collision constraints as they were. When we prune out of date collisions they were destroyed because they were "awake" but were not updated this tick.
The fix is to update the sleep state of constraints whose islands will be put to sleep as a result of all particles being put to sleep.
#rb vincent.robert
[CL 30895513 by chris caulfield in ue5-main branch]
* Add screenshots and sample code for configuring job parameters.
* Add placeholder files for tutorials.
* Fix markdown linting in most files.
[CL 30893696 by ben marsh in ue5-main branch]