This issue was previously reported at [Link Removed], but it seems to have regressed due to the change at CL 23357753.
GetNetMode is correctly returning NM_ListenServer, but APawn::PossessedBy now calls SetAutonomousProxy since the NetMode is not NM_Standalone.
On a PIE listen server instance, get the RemoteRole of the locally controlled pawn.
Expected: the RemoteRole of the Pawn is ROLE_SimulatedProxy
Actual: the RemoteRole of the Pawn is ROLE_AutonomousProxy
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-207054 in the post.
0 |
Component | UE - Networking |
---|---|
Affects Versions | 5.4 |
Target Fix | 5.5 |
Fix Commit | 31653362 |
---|---|
Main Commit | 31658533 |
Created | Feb 15, 2024 |
---|---|
Resolved | Feb 20, 2024 |
Updated | Sep 6, 2024 |