You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixed assertion due to invalid UserId after failed login.
#jira UE-179842 #preflight 6436c4e00c4277fc0ba26172 #review-25022906 @Chris.Varnsverry @Bertrand.Carre [CL 25065548 by eamon tpowell in ue5-main branch]
This commit is contained in:
+1
-1
@@ -1712,7 +1712,7 @@ void UCommonUserSubsystem::HandleUserLoginCompleted(int32 PlatformUserIndex, boo
|
||||
PlatformUserIndex,
|
||||
(int32)bWasSuccessful,
|
||||
ELoginStatus::ToString(NewStatus),
|
||||
*NetId.ToString(),
|
||||
*NewId.ToString(),
|
||||
*ErrorString);
|
||||
|
||||
// Update any waiting login requests
|
||||
|
||||
Reference in New Issue
Block a user