[REVIEW] [at]rob.cannaday, [at]sam.zamani
#ROBOMERGE-AUTHOR: michael.atchison
#ROBOMERGE-SOURCE: CL 20763346 via CL 20763529 via CL 20763572 via CL 20763609 via CL 20763625
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v970-20704180)
[CL 20765155 by michael atchison in ue5-main branch]
Update SonyControllers to use the known user index as the platform user, this way we will allocate a new platform user for different input devices.
#jira UE-147796
#rb trivial
#rnx
#preflight 629910378f4373181f425f6e
[CL 20474934 by ben hoffman in ue5-main branch]
Fall back to using the first logged in account on beacon connection when no other player is found.
Fix resource leak in windows splash screen.
[REVIEW] [at]chris.gagnon, [at]eric.knapik, [at]sam.zamani
#preflight 628e6f2982597362d1061d09
#ROBOMERGE-AUTHOR: michael.atchison
#ROBOMERGE-SOURCE: CL 20372471 via CL 20372807 via CL 20373493 via CL 20373519
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v949-20362246)
[CL 20374253 by michael atchison in ue5-main branch]
Add a callback to OnUserLoginChangedEvent to the device mapper. This will provide platforms a hook for when a platform user is logged in or out and allow you to remap any previously paired input devices away from the now logged out user.
#jira UE-147792
#rb david.harvey
#preflight 628d2d25347b7778b6ceb043
[CL 20363459 by ben hoffman in ue5-main branch]
The previous default of CanBeUsedOnAnyThread() proved unsafe since some output devices can safely be used on any thread but cannot safely be used during a crash. CanBeUsedOnAnyThread() was used pre-5.1 to control serialization to an output device during a crash, but optimizations in 5.1 have uncovered that some of these were never safe.
#preflight 62856506614041edb7a6de4b
#rb Zousar.Shaker
#rnx
[CL 20280354 by Devin Doucette in ue5-main branch]
Moved Math forward declarations from CoreFwd.h to Math/MathFwd.h
#rb steve.robb
#preflight 62837df43c1cdc59e2b07dd5
[CL 20240602 by Andrew Davidson in ue5-main branch]
Replace uses of the old "int32 ControllerID" in favor of the new platform input device mapper. The new input device mapper will still call the old CoreDelegates until they are deprecated/removed, so there is no behavioral change here. Using the platform input device mapper will allow us to pass specific Input Device ID's around to slate and the game, so that we can properly route input events to and from specific devices.
#jira UE-147796
#rb david.harvey
#rb Chris.Babcock
#preflight 6273ebe6ca0ad32a967fbd5e
[CL 20144897 by ben hoffman in ue5-main branch]