From 56639eb4a7fd3861fd305d19afac610b22debbb6 Mon Sep 17 00:00:00 2001 From: Lothar May Date: Sun, 12 Dec 2021 21:55:19 +0100 Subject: [PATCH] Fixing build of plugin changes on MacOS. (cherry picked from commit cc311df9699a99305fe3c7d5d83f4fb0bb4b5550) --- .../Source/AdvancedSessions/Private/LoginUserCallbackProxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdvancedSessions/Source/AdvancedSessions/Private/LoginUserCallbackProxy.cpp b/AdvancedSessions/Source/AdvancedSessions/Private/LoginUserCallbackProxy.cpp index b2c6b5a..9ddc0d1 100644 --- a/AdvancedSessions/Source/AdvancedSessions/Private/LoginUserCallbackProxy.cpp +++ b/AdvancedSessions/Source/AdvancedSessions/Private/LoginUserCallbackProxy.cpp @@ -82,7 +82,7 @@ void ULoginUserCallbackProxy::OnCompleted(int32 LocalUserNum, bool bWasSuccessfu if (State) { // Update UniqueId. See also ShowLoginUICallbackProxy.cpp - State->SetUniqueId(uniqueId); + State->SetUniqueId((const FUniqueNetIdPtr&) uniqueId); } }